test pre-commit formatting

This commit is contained in:
2021-11-30 23:18:44 -07:00
parent f66d2f0ec7
commit 26c1c56cf0

View File

@@ -52,7 +52,7 @@ class AsyncEmbeddedScript {
var commandList:Array<Expr> = []; var commandList:Array<Expr> = [];
if (dslHaxelib.length > 0) { if (dslHaxelib.length > 0) {
dslFile = Path.join([Prelude.libPath(dslHaxelib), dslFile]); dslFile = Path.join([Prelude.libPath(dslHaxelib), dslFile]);
} }
// This brings in the DSL's functions and global variables. // This brings in the DSL's functions and global variables.