]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
Whitespace
authorJohn Madhavan-Reese <jsmreese@pureshare.com>
Mon, 25 Aug 2014 16:30:58 +0000 (12:30 -0400)
committerIskren Chernev <iskren.chernev@gmail.com>
Fri, 5 Sep 2014 05:02:45 +0000 (22:02 -0700)
test/moment/duration.js

index c8fd962410d708d3b273d67cc717f1d1bb63287e..e53fde292217f80b2a6eef5071b23202b31d137a 100644 (file)
@@ -520,7 +520,7 @@ exports.duration = {
 
         test.expect(6);
         // Tests for issue #1867.
-               // Floating point errors for small duration units were introduced in version 2.8.0.
+        // Floating point errors for small duration units were introduced in version 2.8.0.
         test.equal(dS.as('milliseconds'), 1, 'as("milliseconds")');
         test.equal(dS.asMilliseconds(),   1, 'asMilliseconds()');
         test.equal(ds.as('seconds'),      3, 'as("seconds")');