We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d58063 commit 334a8b2Copy full SHA for 334a8b2
functions/datetime/strptime.js
@@ -343,10 +343,9 @@ Oy
343
// problems (do check after WS though, as may just be WS in string before next character)
344
return false;
345
}
346
- // Otherwise, Extra WS in format
347
- // Adjust strings when encounter non-matching whitespace, so they align in future checks above
348
- // Will check on next iteration (against same (non-WS) string character)
349
- }
+ // Extra WS in format
+ // Adjust strings when encounter non-matching whitespace, so they align in future checks above
+ // Will check on next iteration (against same (non-WS) string character)
350
} else {
351
j++;
352
0 commit comments