From: Matt Grande Date: Tue, 21 Oct 2014 23:50:22 +0000 (-0400) Subject: Fix style issue. X-Git-Tag: 2.8.4~24^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3c7be5eb59252da8ba079971d50656f4e8ce44f;p=thirdparty%2Fmoment.git Fix style issue. --- diff --git a/test/locale/my.js b/test/locale/my.js index 59a851394..1dc5e8f5d 100644 --- a/test/locale/my.js +++ b/test/locale/my.js @@ -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]); }