diff options
author | Kitson Kelly <me@kitsonkelly.com> | 2020-05-27 22:21:18 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-27 14:21:18 +0200 |
commit | ebae1a20d59a50a53c99a14019c841a10839f95f (patch) | |
tree | 59c56a77185e2cf4e2abf73244e841c64f85fa66 /std/hash/sha1_test.ts | |
parent | 23bbb3945496ad5b8378ccd427f6d017d1cc7c58 (diff) |
Migrate from dprint-ignore to deno-fmt-ignore (#5659)
Diffstat (limited to 'std/hash/sha1_test.ts')
-rw-r--r-- | std/hash/sha1_test.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/std/hash/sha1_test.ts b/std/hash/sha1_test.ts index 0387c914a..36702d55a 100644 --- a/std/hash/sha1_test.ts +++ b/std/hash/sha1_test.ts @@ -18,7 +18,7 @@ function toHexString(value: number[] | ArrayBuffer): string { } // prettier-ignore -// dprint-ignore +// deno-fmt-ignore const fixtures: { sha1: Record<string, Record<string, Message>>; } = { |