Skip to content

Commit bc51abc

Browse files
authored
Fix missing semicolons
1 parent 282027a commit bc51abc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ HtmlWebpackInlineSourcePlugin.prototype.apply = function (compiler) {
2525
var result = self.processTags(compilation, regexStr, htmlPluginData);
2626

2727
callback(null, result);
28-
})
29-
})
28+
});
29+
});
3030
};
3131

3232
HtmlWebpackInlineSourcePlugin.prototype.processTags = function (compilation, regexStr, pluginData) {

0 commit comments

Comments
 (0)