We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32042e0 commit 03c75f6Copy full SHA for 03c75f6
1 file changed
common/src/main/java/com/omarea/common/shell/ShellTranslation.kt
@@ -368,7 +368,10 @@ class ShellTranslation(val context: Context) {
368
369
for (row in rows) {
370
val resolved = resolveRow(row) ?: continue
371
- if (!first) builder.append('\n')
+
372
+ if (!first) {
373
+ builder.append('\n')
374
+ }
375
builder.append(resolved)
376
first = false
377
}
0 commit comments