Skip to content

Commit

Permalink
formatting: single quote
Browse files Browse the repository at this point in the history
  • Loading branch information
imcotton committed Mar 15, 2024
1 parent 5c62b77 commit 43bc6be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/pbkdf2.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import * as ast from 'jsr:@std/assert';
import * as hex from 'jsr:@std/encoding/hex';
import { describe, it } from 'jsr:@std/testing/bdd';

import { encode } from "../src/utils.ts";
import { encode } from '../src/utils.ts';

import { gen_PBKDF2 } from '../src/pbkdf2.ts';

Expand Down

0 comments on commit 43bc6be

Please sign in to comment.