about summary refs log tree commit diff
diff options
context:
space:
mode:
authorXavientois <joshua.rampersad@hotmail.com>2021-01-16 15:36:59 -0500
committerXavientois <joshua.rampersad@hotmail.com>2021-01-31 08:34:42 -0500
commit81aba388f16502cbb7b305d64de9ccc95057b339 (patch)
tree85c58bdc66064627173676bc85a126a5257e5e8c
parentb837f3a99b8dc767c4a6a3216ad3940f23896932 (diff)
downloadrust-81aba388f16502cbb7b305d64de9ccc95057b339.tar.gz
rust-81aba388f16502cbb7b305d64de9ccc95057b339.zip
Add space for proper indentation
-rw-r--r--library/std/src/io/util.rs2
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)
     }
 }