Updated on 2026-08-14

This commit is contained in:
Tangem 2024-12-09 13:20:38 +04:00
parent f4422dd3fb
commit a107ddd36e
6 changed files with 148 additions and 12 deletions

View file

@ -1,3 +0,0 @@
package com.tangem.tap.common.extensions
fun StringBuilder.breakLine(count: Int = 1): StringBuilder = append("\n".repeat(count))