Skip to content

Commit 9189ab8

Browse files
committed
refactor: add space after if
1 parent 08032b1 commit 9189ab8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -862,7 +862,7 @@ class MiniCssExtractPlugin {
862862
'err.code = "CSS_CHUNK_LOAD_FAILED";',
863863
"err.type = errorType;",
864864
"err.request = realHref;",
865-
"if(linkTag.parentNode) linkTag.parentNode.removeChild(linkTag)",
865+
"if (linkTag.parentNode) linkTag.parentNode.removeChild(linkTag)",
866866
"reject(err);",
867867
]),
868868
"}",

0 commit comments

Comments
 (0)