Update Haxe formatter, run again

This commit is contained in:
Joshua Granick
2019-02-14 09:40:22 -08:00
parent 5eb13042d9
commit dfe3d27f57
77 changed files with 310 additions and 388 deletions

View File

@@ -124,8 +124,7 @@ class WindowTest
Assert.isNull(app.window);
Assert.areEqual(0, app.windows.length);
var config =
{width: 400, height: 300};
var config = {width: 400, height: 300};
var window = new Window(config);
Assert.isNull(window.renderer);