Skip to content

Commit 43894ad

Browse files
committed
fix missing line return in quick start guide
1 parent 672abf6 commit 43894ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Shells/GuideShell.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ void GuideShell::cmdQuickStart() {
4444
terminalView.println("Modes:");
4545
terminalView.println(" Select the mode to work with");
4646
terminalView.println(" You can type 'mode' or 'm'.");
47+
terminalView.println("");
4748

4849
terminalView.println("Command syntax:");
4950
terminalView.println(" <arg> required argument");

0 commit comments

Comments
 (0)