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

Commit ed9881f

Browse files
committed
Remove garbage
1 parent 1b497d6 commit ed9881f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lib/rules/require-spaces-inside-parenthesized-expression.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ module.exports.prototype = {
9797
});
9898
});
9999

100-
var d = Math.random();
101100
file.iterateTokenByValue(')', function(token) {
102101
var prevToken = file.getPrevToken(token, {includeComments: true});
103102
var value = prevToken.isComment ?

0 commit comments

Comments
 (0)