]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
Fix code style error
authorMike Paras <mikeparas@gmail.com>
Sat, 19 Aug 2017 17:51:21 +0000 (10:51 -0700)
committerIskren Chernev <iskren.chernev@gmail.com>
Mon, 9 Oct 2017 22:51:35 +0000 (01:51 +0300)
src/test/moment/parsing_flags.js

index c67c836b13176b607bbf258ca2b298e2ce03b3a7..bfa16741b67edcae046c17312433baf25ce09b69 100644 (file)
@@ -167,7 +167,7 @@ test('empty format array', function (assert) {
     assert.equal(flags('1982 May', []).invalidFormat, true, 'empty format array');
 });
 
-test('weekday mismatch', function(assert) {
+test('weekday mismatch', function (assert) {
     // string with format
     assert.equal(flags('Wed 08-10-2017', 'ddd MM-DD-YYYY').weekdayMismatch, true, 'day of week does not match date');
     assert.equal(flags('Thu 08-10-2017', 'ddd MM-DD-YYYY').weekdayMismatch, false, 'day of week matches date');