邓心一 7 éve
szülő
commit
16ba836eed
2 módosított fájl, 3 hozzáadás és 3 törlés
  1. 1 1
      .eslintrc.json
  2. 2 2
      easy/190.js

+ 1 - 1
.eslintrc.json

@@ -11,7 +11,7 @@
         ],
         "linebreak-style": [
             "error",
-            "unix"
+            "windows"
         ],
         "quotes": [
             "error",

+ 2 - 2
easy/190.js

@@ -27,7 +27,7 @@ var reverseBits = function (n) {
 }
 
 function __main__() {
-    /*eslint no-console: ["error", { allow: ["log"] }] */    
+    /*eslint no-console: ["error", { allow: ["log"] }] */
     console.log(reverseBits(4294967295))
     console.log(reverseBits(43261596))
     console.log(reverseBits(1))
@@ -36,4 +36,4 @@ function __main__() {
     console.log(reverseBitsOld(1))
 }
 
-__main__()
+__main__()