Skip to content

Commit 03c75f6

Browse files
committed
Upload file
1 parent 32042e0 commit 03c75f6

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

common/src/main/java/com/omarea/common/shell/ShellTranslation.kt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,10 @@ class ShellTranslation(val context: Context) {
368368

369369
for (row in rows) {
370370
val resolved = resolveRow(row) ?: continue
371-
if (!first) builder.append('\n')
371+
372+
if (!first) {
373+
builder.append('\n')
374+
}
372375
builder.append(resolved)
373376
first = false
374377
}

0 commit comments

Comments
 (0)