Skip to content

Commit b579487

Browse files
committed
Removed some errant tabs that have been annoying me.
1 parent 1c20a2c commit b579487

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -966,10 +966,10 @@ fn check_bounds(start: &Option<Bound>, end: &Option<Bound>) -> Result<(), Error>
966966
(Some(Bound::Date(start)), Some(Bound::Date(end))) if end < start => {
967967
bail!(
968968
"end should be after start, got start: {:?} and end {:?}",
969-
start,
970-
end
969+
start,
970+
end
971971
);
972-
},
972+
},
973973
_ => {}
974974
}
975975

0 commit comments

Comments
 (0)