Skip to content

Commit

Permalink
Merge pull request #118 from Sam618/patch-1
Browse files Browse the repository at this point in the history
style: Remove semicolon
  • Loading branch information
sokra committed Mar 5, 2020
2 parents 747a667 + 28ed4a2 commit cbe669a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/AsyncSeriesBailHook.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class AsyncSeriesBailHookCodeFactory extends HookCodeFactory {
onResult: (i, result, next) =>
`if(${result} !== undefined) {\n${onResult(
result
)};\n} else {\n${next()}}\n`,
)}\n} else {\n${next()}}\n`,
resultReturns,
onDone
});
Expand Down

0 comments on commit cbe669a

Please sign in to comment.