Explorar o código

src/error: Typo fix

x hai 8 meses
pai
achega
8f46227731
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/error.rs

+ 1 - 0
src/error.rs

@@ -828,6 +828,7 @@ impl From<darkfi_sdk::error::DarkTreeError> for Error {
 impl From<tracing_subscriber::util::TryInitError> for Error {
     fn from(err: tracing_subscriber::util::TryInitError) -> Self {
         Self::LogInitError(err.to_string())
+    }
 }
 
 #[cfg(feature = "randomx")]