Skip to content

Commit 81aba38

Browse files
committed
Add space for proper indentation
1 parent b837f3a commit 81aba38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std/src/io/util.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ impl fmt::Debug for Empty {
8282

8383
impl SizeHint for Empty {
8484
fn upper_bound(&self) -> Option<usize> {
85-
Some(0)
85+
Some(0)
8686
}
8787
}
8888

0 commit comments

Comments
 (0)