]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
Further style correction.
authorTGJG-XPS\TracyG <tracyg.gilmore@gmail.com>
Tue, 14 Feb 2017 17:48:47 +0000 (17:48 +0000)
committerIskren Chernev <iskren.chernev@gmail.com>
Sun, 12 Mar 2017 00:11:46 +0000 (02:11 +0200)
src/lib/create/from-string.js

index 961dbe24271629599bbf6e01185c81ef1c3c63da..12c2c1c7c508291e7c60f3f92ba01c658a94b928 100644 (file)
@@ -160,7 +160,6 @@ export function configFromRFC2822(config) {
         dateFormat = 'D MMM ' + ((match[2].length > 10) ? 'YYYY ' : 'YY ');
         timeFormat = 'HH:mm' + (match[4] ? ':ss' : '');
 
-
         // TODO: Replace the vanilla JS Date object with an indepentent day-of-week check.
         if (match[1]) { // day of week given
             var momentDate = new Date(match[2]);