test pre-commit formatting

This commit is contained in:
2021-11-30 23:18:44 -07:00
parent 17fba4bc1c
commit fdcff2ee58

View File

@@ -52,7 +52,7 @@ class AsyncEmbeddedScript {
var commandList:Array<Expr> = [];
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.