Skip to content

Commit 886117b

Browse files
committed
Long lines
1 parent a7ecab4 commit 886117b

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

src/librusti/rusti.rs

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -270,10 +270,11 @@ fn run_cmd(repl: &mut Repl, _in: io::Reader, _out: io::Writer,
270270
//rl::clear();
271271
}
272272
~"help" => {
273-
io::println(~":{\\n ..lines.. \\n:}\\n - execute multiline command\n" +
274-
~":clear - clear the screen\n" +
275-
~":exit - exit from the repl\n" +
276-
~":help - show this message");
273+
io::println(
274+
~":{\\n ..lines.. \\n:}\\n - execute multiline command\n" +
275+
~":clear - clear the screen\n" +
276+
~":exit - exit from the repl\n" +
277+
~":help - show this message");
277278
}
278279
~"{" => {
279280
let mut multiline_cmd = ~"";

0 commit comments

Comments
 (0)