Procházet zdrojové kódy

src/error: Typo fix

x před 8 měsíci
rodič
revize
8f46227731
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  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 {
 impl From<tracing_subscriber::util::TryInitError> for Error {
     fn from(err: tracing_subscriber::util::TryInitError) -> Self {
     fn from(err: tracing_subscriber::util::TryInitError) -> Self {
         Self::LogInitError(err.to_string())
         Self::LogInitError(err.to_string())
+    }
 }
 }
 
 
 #[cfg(feature = "randomx")]
 #[cfg(feature = "randomx")]