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

@@ -452,8 +452,7 @@ class FirefoxHelper
public static inline var DEVELOPMENT_SERVER_URL = "https://marketplace-dev.allizom.org";
private static inline var TITLE_MAX_CHARS = 127;
private static inline var MAX_CATEGORIES = 2;
private static var MIN_WH_SCREENSHOT =
{width: 320, height: 480};
private static var MIN_WH_SCREENSHOT = {width: 320, height: 480};
private static function isScreenshotValid(path:String):Bool
{