webpack / tapable

Just a little module for plugins.
MIT License
3.74k stars 395 forks source link

style: Remove semicolon #118

Closed ShenChang618 closed 4 years ago

ShenChang618 commented 4 years ago

The code after onResult execution already contains semicolons.

jsf-clabot commented 4 years ago

CLA assistant check
All committers have signed the CLA.

codecov[bot] commented 4 years ago

Codecov Report

Merging #118 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #118   +/-   ##
=======================================
  Coverage   97.13%   97.13%           
=======================================
  Files          13       13           
  Lines         594      594           
  Branches       66       66           
=======================================
  Hits          577      577           
  Misses         15       15           
  Partials        2        2
Impacted Files Coverage Δ
lib/AsyncSeriesBailHook.js 100% <ø> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 747a667...28ed4a2. Read the comment docs.

sokra commented 4 years ago

Thanks