fix: Print in new line correctly

This commit is contained in:
oSumAtrIX 2024-11-05 16:53:03 +01:00
parent 3d0c8c1526
commit c2dc9d76be
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4

View File

@ -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:")