Skip to content

Commit 88bc1d4

Browse files
committed
Add space for proper indentation
1 parent b23feaa commit 88bc1d4

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
@@ -67,7 +67,7 @@ impl fmt::Debug for Empty {
6767

6868
impl SizeHint for Empty {
6969
fn upper_bound(&self) -> Option<usize> {
70-
Some(0)
70+
Some(0)
7171
}
7272
}
7373

0 commit comments

Comments
 (0)