Sfoglia il codice sorgente

src/error.rs: removed tab spaces

aggstam 4 anni fa
parent
commit
4f843b419e
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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,