]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
whitespace
authorJohn Madhavan-Reese <jsmreese@pureshare.com>
Sat, 13 Sep 2014 04:46:21 +0000 (00:46 -0400)
committerIskren Chernev <iskren.chernev@gmail.com>
Mon, 17 Nov 2014 07:31:05 +0000 (23:31 -0800)
test/moment/duration.js

index d6abcf3d27997582b1d753932861e06d524b6ed7..a3bb9c4ac9118318b30bdb1aa0216a99a861caa5 100644 (file)
@@ -449,7 +449,7 @@ exports.duration = {
         // 400 years have exactly 146097 days
         test.expect(84);
 
-        // years       
+        // years
         test.equal(moment.duration(1, 'year').asYears(),            1,           '1 year as years');
         test.equal(moment.duration(1, 'year').asMonths(),           12,          '1 year as months');
         test.equal(moment.duration(400, 'year').asMonths(),         4800,        '400 years as months');