Skip to content
This repository has been archived by the owner on Mar 23, 2024. It is now read-only.

Commit

Permalink
Misc: make linters happy
Browse files Browse the repository at this point in the history
  • Loading branch information
markelog committed May 18, 2016
1 parent 3b2f6de commit 7b8d6b0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions lib/string-checker.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ StringChecker.prototype = {
/**
* Apply fix for specific error.
*
* @param {JsFile} file
* @param {Error} error
* @return {Boolean} whether the correction was carried out
* @private
Expand Down
1 change: 0 additions & 1 deletion test/specs/token-assert.js
Original file line number Diff line number Diff line change
Expand Up @@ -906,7 +906,6 @@ describe('token-assert', function() {

expect(onError).to.have.callCount(1);

var error = onError.getCall(0).args[0];
expect(file.getWhitespaceBefore(nextToken)).to.equal('\n');
});
});
Expand Down

0 comments on commit 7b8d6b0

Please sign in to comment.