diff --git a/src/dfi/errors.h b/src/dfi/errors.h index 4c6f3aee2c..d06b7be2c9 100644 --- a/src/dfi/errors.h +++ b/src/dfi/errors.h @@ -423,9 +423,7 @@ class DeFiErrors { return Res::Err("Invalid block number: %s", number); } - static Res InvalidBlockHashString(const std::string &hash) { - return Res::Err("Invalid block hash: %s", hash); - } + static Res InvalidBlockHashString(const std::string &hash) { return Res::Err("Invalid block hash: %s", hash); } }; #endif // DEFI_DFI_ERRORS_H