Sfoglia il codice sorgente

Added missing new lines on JSON object file

Tyler King 9 anni fa
parent
commit
c964a3db66
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 1 1
      test/fixtures/user.json
  2. 1 1
      test/fixtures/users.json

+ 1 - 1
test/fixtures/user.json

@@ -18,4 +18,4 @@
     "phone_validated?": false,
     "tfa_enabled?": false
   }
-}
+}

+ 1 - 1
test/fixtures/users.json

@@ -39,4 +39,4 @@
       "tfa_enabled?": false
     }
   ]
-}
+}