Преглед изворни кода

src/error.rs: removed tab spaces

aggstam пре 4 година
родитељ
комит
4f843b419e
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/error.rs

+ 1 - 1
src/error.rs

@@ -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,