Skip to content

Commit 5173b33

Browse files
committed
one more fmt
1 parent 7be8f4a commit 5173b33

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

packages/runner/test/json-utils.test.ts

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,8 @@ import { expect } from "@std/expect";
44
import { Identity } from "@commontools/identity";
55
import { StorageManager } from "@commontools/runner/storage/cache.deno";
66

7-
import {
8-
createJsonSchema,
9-
} from "../src/builder/json-utils.ts";
10-
import {
11-
type JSONSchema,
12-
} from "../src/builder/types.ts";
7+
import { createJsonSchema } from "../src/builder/json-utils.ts";
8+
import { type JSONSchema } from "../src/builder/types.ts";
139
import { Runtime } from "../src/runtime.ts";
1410

1511
const signer = await Identity.fromPassphrase("test operator");

0 commit comments

Comments
 (0)