Skip to content

Commit

Permalink
Add space for proper indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Xavientois committed Jan 31, 2021
1 parent b837f3a commit 81aba38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/std/src/io/util.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ impl fmt::Debug for Empty {

impl SizeHint for Empty {
fn upper_bound(&self) -> Option<usize> {
Some(0)
Some(0)
}
}

Expand Down

0 comments on commit 81aba38

Please sign in to comment.