瀏覽代碼

format code

Gildas 4 年之前
父節點
當前提交
e88b531cb4
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/single-file/modules/css-fonts-alt-minifier.js

+ 1 - 1
lib/single-file/modules/css-fonts-alt-minifier.js

@@ -226,7 +226,7 @@ async function processFontFaceRule(ruleData, fontInfo, fontURLs, fontTests, stat
 						await Promise.race([
 							fontFace.load().then(() => fontFace.loaded).then(() => { source.valid = true; globalThis.clearTimeout(timeout); }),
 							new Promise(resolve => timeout = globalThis.setTimeout(() => { source.valid = true; resolve(); }, FONT_MAX_LOAD_DELAY))
-						]);						
+						]);
 					} catch (error) {
 						const declarationFontURLs = fontURLs.get(srcDeclaration.data);
 						if (declarationFontURLs) {