From ac8b52ec5841d375445b0e8786d5f16761b658cf Mon Sep 17 00:00:00 2001 From: Tim Fish Date: Sun, 5 Mar 2017 11:12:13 +0100 Subject: [PATCH] another code style issue --- src/test/locale/lt.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 +}); -- 2.47.3