Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
atomkirk committed Apr 19, 2015
1 parent 059fe32 commit 12d5896
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MTDates/NSDate+MTDates.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ typedef NS_ENUM(NSInteger, MTDateWeekNumberingSystem) {
/**
* First week contains January 1st.
*/
MTDateWeekNumberingSystemUS = 1,
MTDateWeekNumberingSystemUS = 1,
/**
* First week contains january 4th.
*/
MTDateWeekNumberingSystemISO = 4,
MTDateWeekNumberingSystemISO = 4,
/**
* First week starts on January 1st, next on Jan 8th, etc.
*/
Expand Down

0 comments on commit 12d5896

Please sign in to comment.