Run formatter

This commit is contained in:
Joshua Granick
2021-03-10 12:48:55 -08:00
parent 2c563b7809
commit 8c9808b038
38 changed files with 116 additions and 100 deletions

View File

@@ -376,7 +376,7 @@ class HTML5Platform extends PlatformTarget
if (asset.type != AssetType.TEMPLATE)
{
if ( /*asset.embed != true &&*/ asset.type != AssetType.FONT)
if (/*asset.embed != true &&*/ asset.type != AssetType.FONT)
{
dir = Path.directory(path);
if (!createdDirectories.exists(dir))