summaryrefslogtreecommitdiff
path: root/std/fs/read_json_test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'std/fs/read_json_test.ts')
-rw-r--r--std/fs/read_json_test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/std/fs/read_json_test.ts b/std/fs/read_json_test.ts
index c394963b0..bdb5edbe5 100644
--- a/std/fs/read_json_test.ts
+++ b/std/fs/read_json_test.ts
@@ -2,7 +2,7 @@
import {
assertEquals,
assertThrowsAsync,
- assertThrows
+ assertThrows,
} from "../testing/asserts.ts";
import * as path from "../path/mod.ts";
import { readJson, readJsonSync } from "./read_json.ts";