Skip to content

Commit c8dda4d

Browse files
committed
lint
Signed-off-by: garyschulte <garyschulte@gmail.com>
1 parent ab27f27 commit c8dda4d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/precompile/tests.zig

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -333,10 +333,10 @@ test "ModExp precompile - large exponent" {
333333
input[63] = 10;
334334
input[95] = 1;
335335

336-
input[96] = 2; // base = 2 (1 byte)
336+
input[96] = 2; // base = 2 (1 byte)
337337
// exp = 1 (10 bytes at input[97..107], big-endian; last byte = 1)
338-
input[106] = 1; // exp = 1
339-
input[107] = 5; // mod = 5 (1 byte)
338+
input[106] = 1; // exp = 1
339+
input[107] = 5; // mod = 5 (1 byte)
340340

341341
const result = modexp.byzantiumRun(&input, 100000);
342342

0 commit comments

Comments
 (0)