]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
improve formatting
authorJimi Ford <JimiHFord@users.noreply.github.com>
Mon, 31 Jul 2017 18:35:21 +0000 (14:35 -0400)
committerIskren Chernev <iskren.chernev@gmail.com>
Wed, 9 Aug 2017 12:31:16 +0000 (15:31 +0300)
src/moment.js

index 4d5f3be7e5abbd21b356c15b9a9a06d577bd8c54..963907e3bb89197b6adddaf29c4e5528ed08f79f 100644 (file)
@@ -40,8 +40,8 @@ import {
 
 import {
     isDuration,
-    createDuration as duration,
-    getSetRelativeTimeRounding as relativeTimeRounding,
+    createDuration              as duration,
+    getSetRelativeTimeRounding  as relativeTimeRounding,
     getSetRelativeTimeThreshold as relativeTimeThreshold
 } from './lib/duration/duration';
 
@@ -74,7 +74,7 @@ moment.updateLocale          = updateLocale;
 moment.locales               = locales;
 moment.weekdaysShort         = weekdaysShort;
 moment.normalizeUnits        = normalizeUnits;
-moment.relativeTimeRounding = relativeTimeRounding;
+moment.relativeTimeRounding  = relativeTimeRounding;
 moment.relativeTimeThreshold = relativeTimeThreshold;
 moment.calendarFormat        = getCalendarFormat;
 moment.prototype             = fn;