src/error.rs: removed tab spaces

This commit is contained in:
aggstam
2022-05-10 19:41:15 +03:00
parent cfa8067c26
commit 4f843b419e

View File

@@ -292,7 +292,7 @@ pub enum Error {
#[cfg(feature = "regex")]
#[error(transparent)]
RegexError(#[from] regex::Error),
#[cfg(feature = "util")]
#[error("System clock is not correct!")]
InvalidClock,