Skip to content

Commit

Permalink
Source code style fixed: tab replaced with whitespaces.
Browse files Browse the repository at this point in the history
  • Loading branch information
vchimishuk committed Sep 1, 2015
1 parent 19a33ed commit 5ae8a0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/trpl/rust-inside-other-languages.md
Expand Up @@ -111,7 +111,7 @@ fn process() {
for _ in (0..5_000_000) {
x += 1
}
x
x
})
}).collect();

Expand Down

0 comments on commit 5ae8a0d

Please sign in to comment.