Skip to content

Commit

Permalink
fmt cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
sieniven committed Jan 22, 2024
1 parent d481090 commit c862f06
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/dfi/errors.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c862f06

Please sign in to comment.