Skip to content

Commit

Permalink
fix: lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
0xisk committed Mar 22, 2024
1 parent 3eeded0 commit c504aad
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion halo2-base/src/poseidon/hasher/tests/hasher.rs
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,9 @@ fn test_poseidon_hasher_compact_inputs() {
random_payload(RATE * 5, RATE * 5, usize::MAX),
];
base_test().k(12).run(|ctx, range| {
hasher_compact_inputs_compatibility_verification::<T, RATE, 8, 57>(payloads, ctx, range);
hasher_compact_inputs_compatibility_verification::<T, RATE, 8, 57>(
payloads, ctx, range,
);
});
}
}
Expand Down

0 comments on commit c504aad

Please sign in to comment.