Skip to content

Commit

Permalink
Chore: remove unused eslint-disable comment (#9251)
Browse files Browse the repository at this point in the history
  • Loading branch information
not-an-aardvark authored and platinumazure committed Sep 8, 2017
1 parent 31e4ec8 commit adab827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/code-path-analysis/code-path.js
Expand Up @@ -206,7 +206,7 @@ class CodePath {

// Call the callback when the first time.
if (!skippedSegment) {
callback.call(this, segment, controller); // eslint-disable-line callback-return
callback.call(this, segment, controller);
if (segment === lastSegment) {
controller.skip();
}
Expand Down

0 comments on commit adab827

Please sign in to comment.