Skip to content

Commit db68eef

Browse files
authored
Merge pull request #285 from Greenheart/fix/remove-excess-whitespace-from-code-snippets
Remove excess whitespace from code snippet
2 parents 332f60a + 14ff6ed commit db68eef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tutorial/testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ at the end of the function,
472472
the actual temporary file will automatically get deleted.
473473

474474
```rust,ignore
475-
{{#include testing/tests/cli.rs:17:32}}
475+
{{#include testing/tests/cli.rs:18:30}}
476476
```
477477

478478
<aside class="exercise">

0 commit comments

Comments
 (0)