Skip to content

Commit

Permalink
Empty line between commands toString()
Browse files Browse the repository at this point in the history
  • Loading branch information
Spacehuhn committed Mar 20, 2020
1 parent 1057867 commit ed346c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SimpleCLI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ void SimpleCLI::toString(String& s, bool descriptions) const {

while (h) {
Command(h).toString(s);
s += "\r\n";
s += "\r\n\r\n";
h = h->next;
}
}
Expand Down

0 comments on commit ed346c3

Please sign in to comment.