Skip to content

Commit 1bf741d

Browse files
author
Spacehuhn
committed
Removed line break after description
1 parent b68ca05 commit 1bf741d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Command.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ void Command::toString(String& s) const {
288288
}
289289

290290
if (hasDescription()) {
291-
s += '\n' + getDescription() + '\n';
291+
s += '\n' + getDescription();
292292
}
293293
}
294294
}

0 commit comments

Comments
 (0)