Skip to content

Commit

Permalink
Formatting - move arguments to the same line
Browse files Browse the repository at this point in the history
  • Loading branch information
EECOLOR committed Aug 1, 2018
1 parent 7473ed4 commit 2348c3c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions lib/HotModuleReplacementPlugin.js
Expand Up @@ -285,10 +285,7 @@ module.exports = class HotModuleReplacementPlugin {
compilation.assets[filename] = source;
hotUpdateMainContent.c[chunkId] = true;
currentChunk.files.push(filename);
compilation.hooks.chunkAsset.call(
currentChunk,
filename
);
compilation.hooks.chunkAsset.call(currentChunk, filename);
}
} else {
hotUpdateMainContent.c[chunkId] = false;
Expand Down

0 comments on commit 2348c3c

Please sign in to comment.