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

Commit 7b8d6b0

Browse files
committed
Misc: make linters happy
1 parent 3b2f6de commit 7b8d6b0

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

lib/string-checker.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ StringChecker.prototype = {
116116
/**
117117
* Apply fix for specific error.
118118
*
119+
* @param {JsFile} file
119120
* @param {Error} error
120121
* @return {Boolean} whether the correction was carried out
121122
* @private

test/specs/token-assert.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -906,7 +906,6 @@ describe('token-assert', function() {
906906

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

909-
var error = onError.getCall(0).args[0];
910909
expect(file.getWhitespaceBefore(nextToken)).to.equal('\n');
911910
});
912911
});

0 commit comments

Comments
 (0)