Skip to content

Commit b567a88

Browse files
committed
Formatting
1 parent 0c6a595 commit b567a88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ddl.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const CI = Deno.env.has("CI");
1212
const DB = await dbInit(getProvider());
1313

1414
// Generator function is declared here so that it does not go into the published module
15-
DDL.generator = async function(classFiles: Record<string, string>, base?: string) {
15+
DDL.generator = async function (classFiles: Record<string, string>, base?: string) {
1616
const TJS = (await import("npm:typescript-json-schema@0.65.1")).default;
1717
const program = TJS.getProgramFromFiles(Object.values(classFiles), DDL.TS_OPTIONS, base);
1818
// deno-lint-ignore no-explicit-any

0 commit comments

Comments
 (0)