Add space for proper indentation

This commit is contained in:
Xavientois 2021-01-16 15:36:59 -05:00
parent b837f3a99b
commit 81aba388f1

View File

@ -82,7 +82,7 @@ impl fmt::Debug for Empty {
impl SizeHint for Empty {
fn upper_bound(&self) -> Option<usize> {
Some(0)
Some(0)
}
}