Skip to content

Commit

Permalink
style: 代码格式
Browse files Browse the repository at this point in the history
  • Loading branch information
duan602728596 committed Oct 31, 2020
1 parent 4b9e138 commit 959a911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ function gulpTerser(defaultOption: Object = {}, minify: Function | undefined): F
this.emit('error', new PluginError(PLUGIN_NAME, err));
return callback();
});
} else {
}else{
setContents(resultPromise);

return callback();
Expand Down

0 comments on commit 959a911

Please sign in to comment.