Apply formatting changes

This commit is contained in:
Jacob Wallraff
2023-01-30 11:29:48 -08:00
parent 64c406e3dc
commit 3f3e3fcb3b
4 changed files with 30 additions and 21 deletions
@@ -1,6 +1,6 @@
import {JSONObjectReader} from "../templates/json-object-reader";
import {TemplateSchema} from "../templates/schema";
import WorkflowSchema from "../workflow-v1.0.json" assert { type: 'json' };
import WorkflowSchema from "../workflow-v1.0.json" assert {type: "json"};
let schema: TemplateSchema;