Skip to content

Commit 0b01018

Browse files
committed
fmt
1 parent 3ae00f7 commit 0b01018

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bench.nr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,4 @@ fn poseidon_sponge_16(input: [Field; 16]) -> Field {
7676
#[export]
7777
fn poseidon_sponge_32(input: [Field; 32]) -> Field {
7878
poseidon::bn254::sponge(input)
79-
}
79+
}

0 commit comments

Comments
 (0)