Remove duplicate operator. [ci skip]

This commit is contained in:
John-David Dalton
2016-10-03 14:57:06 -07:00
parent 32e75acb9f
commit 29e2598a39

View File

@@ -41,7 +41,7 @@
], ],
"requireSpaceBeforeBinaryOperators": [ "requireSpaceBeforeBinaryOperators": [
"=", "+=", "-=", "*=", "/=", "%=", "<<=", ">>=", ">>>=", "=", "+=", "-=", "*=", "/=", "%=", "<<=", ">>=", ">>>=",
"&=", "|=", "^=", "+=", "&=", "|=", "^=",
"+", "-", "*", "/", "%", "<<", ">>", ">>>", "&", "+", "-", "*", "/", "%", "<<", ">>", ">>>", "&",
"|", "^", "&&", "||", "===", "==", ">=", "|", "^", "&&", "||", "===", "==", ">=",