Skip to content

Commit

Permalink
spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
sokra committed Jul 2, 2018
1 parent 2d1cd74 commit c3eecbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Compilation.js
Expand Up @@ -223,7 +223,7 @@ class Compilation extends Tapable {
"module"
]),

/** @type {SyncHook<Module[]>} */
/** @type {SyncHook<Module[]>} */
finishModules: new SyncHook(["modules"]),
/** @type {SyncHook<Module>} */
finishRebuildingModule: new SyncHook(["module"]),
Expand Down

0 comments on commit c3eecbd

Please sign in to comment.