From 4f843b419e8b7a7a5cd5fdd201225fc7538f7d13 Mon Sep 17 00:00:00 2001 From: aggstam Date: Tue, 10 May 2022 19:41:15 +0300 Subject: [PATCH] src/error.rs: removed tab spaces --- src/error.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/error.rs b/src/error.rs index b2f146d8c..26c767311 100644 --- a/src/error.rs +++ b/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,