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

Commit c726557

Browse files
committed
Remove newline char for consistancy
1 parent c510e1a commit c726557

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/rules/disallow-space-before-binary-operators.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ module.exports.prototype = {
4242
if (operators[','] || operators['=']) {
4343
file.iterateTokensByType('Punctuator', function(token, i, tokens) {
4444
var operator = token.value;
45-
4645
if (operator !== ',' && operator !== '=') {
4746
return;
4847
}

0 commit comments

Comments
 (0)