Skip to content

Commit c2dc9d7

Browse files
committed
fix: Print in new line correctly
1 parent 3d0c8c1 commit c2dc9d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/app/revanced/cli/command/ListPatchesCommand.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ internal object ListPatchesCommand : Runnable {
111111

112112
if (withDescriptions) append("\nDescription: ${patch.description}")
113113

114-
append("Enabled: ${patch.use}")
114+
append("\nEnabled: ${patch.use}")
115115

116116
if (withOptions && patch.options.isNotEmpty()) {
117117
appendLine("\nOptions:")

0 commit comments

Comments
 (0)