Skip to content

Commit

Permalink
Merge pull request #3 from adamochayon/patch-1
Browse files Browse the repository at this point in the history
Fix: Standardize quotes
  • Loading branch information
soatok authored Oct 1, 2020
2 parents f4f2aff + 190a7d4 commit 69d5238
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export { compare, compare_ints } from "./lib/compare";
export { equals, hmac_equals } from "./lib/equals";
export { compare, compare_ints } from './lib/compare';
export { equals, hmac_equals } from './lib/equals';
export { intdiv, modulo } from './lib/intdiv';
export { resize } from './lib/resize';
export { select_ints, select } from './lib/select';
Expand Down

0 comments on commit 69d5238

Please sign in to comment.