소스 검색

Added missing new lines on JSON object file

Tyler King 9 년 전
부모
커밋
c964a3db66
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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
     }
   ]
-}
+}