From 1348cf1997bfa20ccafa850a19270afb9e5ae3aa Mon Sep 17 00:00:00 2001 From: Jimi Ford Date: Mon, 31 Jul 2017 14:35:21 -0400 Subject: [PATCH] improve formatting --- src/moment.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/moment.js b/src/moment.js index 4d5f3be7e..963907e3b 100644 --- a/src/moment.js +++ b/src/moment.js @@ -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; -- 2.47.2