diff --git a/src/Command.cpp b/src/Command.cpp index bace527..a8a8d3c 100644 --- a/src/Command.cpp +++ b/src/Command.cpp @@ -288,7 +288,7 @@ void Command::toString(String& s) const { } if (hasDescription()) { - s += '\n' + getDescription() + '\n'; + s += '\n' + getDescription(); } } }