]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
Fix style issue.
authorMatt Grande <matt@weeverapps.com>
Tue, 21 Oct 2014 23:50:22 +0000 (19:50 -0400)
committerIskren Chernev <iskren.chernev@gmail.com>
Mon, 17 Nov 2014 05:23:18 +0000 (21:23 -0800)
test/locale/my.js

index 59a851394effb78807e70b3c689037661026d9cd..1dc5e8f5dba1d87fae3969e94d83c56eafccd317 100644 (file)
@@ -69,7 +69,7 @@ exports['locale:my'] = {
             ],
             b = moment(new Date(2010, 1, 14, 15, 25, 50, 125)),
             i;
-        test.expect( a.length );
+        test.expect(a.length);
         for (i = 0; i < a.length; i++) {
             test.equal(b.format(a[i][0]), a[i][1], a[i][0] + ' ---> ' + a[i][1]);
         }