Skip to content

Commit

Permalink
Linter
Browse files Browse the repository at this point in the history
  • Loading branch information
haiqi96 committed Jul 30, 2024
1 parent 29e6058 commit c9d2a17
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions components/core/src/clp/hash_utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,7 @@ auto get_sha256_hash(span<unsigned char const> input, vector<unsigned char>& has
throw HashUtilsOperationFailed(err.get_error_code(), __FILENAME__, __LINE__, err.what());
}

if (false == evp_ctx_manager->digest_update(input))
{
if (false == evp_ctx_manager->digest_update(input)) {
return ErrorCode_Failure;
}

Expand Down

0 comments on commit c9d2a17

Please sign in to comment.