Skip to content

Commit

Permalink
fix: Print in new line correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX committed Nov 5, 2024
1 parent 3d0c8c1 commit c2dc9d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ internal object ListPatchesCommand : Runnable {

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

append("Enabled: ${patch.use}")
append("\nEnabled: ${patch.use}")

if (withOptions && patch.options.isNotEmpty()) {
appendLine("\nOptions:")
Expand Down

0 comments on commit c2dc9d7

Please sign in to comment.