Skip to content

Commit 694242f

Browse files
committedFeb 11, 2024
linter
1 parent d88f2d4 commit 694242f

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed
 

‎src/js/verkleFFIBindings/index.ts

+6-7
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,10 @@ type Scalar = Uint8Array
88
type Commitment = Uint8Array
99

1010
export {
11-
Scalar,
12-
Commitment,
13-
Context,
14-
// This is a function that returns a zero commitment
15-
// wasm_bindgen does not seem to allow returning constants
16-
zeroCommitment,
11+
Scalar,
12+
Commitment,
13+
Context,
14+
// This is a function that returns a zero commitment
15+
// wasm_bindgen does not seem to allow returning constants
16+
zeroCommitment,
1717
}
18-

0 commit comments

Comments
 (0)