diff options
| author | Xavientois <joshua.rampersad@hotmail.com> | 2021-01-16 15:36:59 -0500 |
|---|---|---|
| committer | Xavientois <joshua.rampersad@hotmail.com> | 2021-01-31 08:34:42 -0500 |
| commit | 81aba388f16502cbb7b305d64de9ccc95057b339 (patch) | |
| tree | 85c58bdc66064627173676bc85a126a5257e5e8c | |
| parent | b837f3a99b8dc767c4a6a3216ad3940f23896932 (diff) | |
| download | rust-81aba388f16502cbb7b305d64de9ccc95057b339.tar.gz rust-81aba388f16502cbb7b305d64de9ccc95057b339.zip | |
Add space for proper indentation
| -rw-r--r-- | library/std/src/io/util.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/std/src/io/util.rs b/library/std/src/io/util.rs index 7de37c67abe..e5e5f29b22d 100644 --- a/library/std/src/io/util.rs +++ b/library/std/src/io/util.rs @@ -82,7 +82,7 @@ impl fmt::Debug for Empty { impl SizeHint for Empty { fn upper_bound(&self) -> Option<usize> { - Some(0) + Some(0) } } |
