Skip to content

Commit

Permalink
Merge pull request #4093 from JimiHFord:patch-1
Browse files Browse the repository at this point in the history
[misc] Whitespace changes
  • Loading branch information
ichernev committed Aug 9, 2017
2 parents a739422 + 1348cf1 commit 7ff10bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/moment.js
Original file line number Diff line number Diff line change
Expand Up @@ -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';

Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 7ff10bd

Please sign in to comment.