]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
another code style issue
authorTim Fish <tim@timfishy.co.uk>
Sun, 5 Mar 2017 10:12:13 +0000 (11:12 +0100)
committerIskren Chernev <iskren.chernev@gmail.com>
Sat, 11 Mar 2017 23:17:45 +0000 (01:17 +0200)
src/test/locale/lt.js

index 978f479000164513738e6b92e6b73f242405b37a..cfc7eafa493e1273be0db13da415bb28e63d20d5 100644 (file)
@@ -234,4 +234,4 @@ test('valid localeData', function (assert) {
     assert.equal(moment().localeData().weekdays().length, 7, 'weekdays should return 7 days');
     assert.equal(moment().localeData().weekdaysShort().length, 7, 'weekdaysShort should return 7 days');
     assert.equal(moment().localeData().weekdaysMin().length, 7, 'monthsShort should return 7 days');
-});
\ No newline at end of file
+});