Skip to content

Commit d7111cb

Browse files
committed
fix(main.rs): remove trailing spaces
1 parent 22bb662 commit d7111cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -433,8 +433,8 @@ started, here's a couple of notes about how Rustlings operates:
433433
4. If an exercise doesn't make sense to you, feel free to open an issue on GitHub!
434434
(https://github.com/rust-lang/rustlings/issues/new). We look at every issue,
435435
and sometimes, other learners do too so you can help each other out!
436-
5. If you want to use `rust-analyzer` with exercises, which provides features like
437-
autocompletion, run the command `rustlings lsp`.
436+
5. If you want to use `rust-analyzer` with exercises, which provides features like
437+
autocompletion, run the command `rustlings lsp`.
438438
439439
Got all that? Great! To get started, run `rustlings watch` in order to get the first
440440
exercise. Make sure to have your editor open!"#;

0 commit comments

Comments
 (0)