Skip to content

Commit 69d5238

Browse files
authored
Merge pull request #3 from adamochayon/patch-1
Fix: Standardize quotes
2 parents f4f2aff + 190a7d4 commit 69d5238

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
export { compare, compare_ints } from "./lib/compare";
2-
export { equals, hmac_equals } from "./lib/equals";
1+
export { compare, compare_ints } from './lib/compare';
2+
export { equals, hmac_equals } from './lib/equals';
33
export { intdiv, modulo } from './lib/intdiv';
44
export { resize } from './lib/resize';
55
export { select_ints, select } from './lib/select';

0 commit comments

Comments
 (0)