From: Tim Fish Date: Sun, 5 Mar 2017 10:12:13 +0000 (+0100) Subject: another code style issue X-Git-Tag: 2.18.0~18^2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac8b52ec5841d375445b0e8786d5f16761b658cf;p=thirdparty%2Fmoment.git another code style issue --- diff --git a/src/test/locale/lt.js b/src/test/locale/lt.js index 978f47900..cfc7eafa4 100644 --- a/src/test/locale/lt.js +++ b/src/test/locale/lt.js @@ -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 +});