Skip to content

Commit a5768f8

Browse files
committed
fix
1 parent 0974644 commit a5768f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/poseidon2.nr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,6 @@ impl Hasher for Poseidon2Hasher {
124124

125125
impl Default for Poseidon2Hasher {
126126
fn default() -> Self {
127-
Poseidon2Hasher { _state: @[] }
127+
Poseidon2Hasher { _state: &[] }
128128
}
129129
}

0 commit comments

Comments
 (0)