Skip to content

Commit 5ae8a0d

Browse files
committed
Source code style fixed: tab replaced with whitespaces.
1 parent 19a33ed commit 5ae8a0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/trpl/rust-inside-other-languages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ fn process() {
111111
for _ in (0..5_000_000) {
112112
x += 1
113113
}
114-
x
114+
x
115115
})
116116
}).collect();
117117

0 commit comments

Comments
 (0)