Skip to content

Commit

Permalink
clang-tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
akuzm committed Feb 19, 2025
1 parent a25fc51 commit 18f2586
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ serialized_key_hashing_get_key(BatchHashingParams params, int row, void *restric
*valid = true;

const struct umash_fp fp = umash_fprint(params.policy->hashing.umash_params,
/* seed = */ -1ull,
/* seed = */ ~0ULL,
serialized_key_storage,
num_bytes);
*hash_table_key = umash_fingerprint_get_key(fp);
Expand Down

0 comments on commit 18f2586

Please sign in to comment.