Skip to content

Commit

Permalink
Fixed warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon Sneed committed Apr 15, 2020
1 parent 0de302b commit be8b8da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Analytics/Classes/Internal/SEGAnalyticsUtils.m
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ - (id)init
return self;
}

const __SEG_NANO_MAX_LENGTH = 9;
const NSInteger __SEG_NANO_MAX_LENGTH = 9;
- (NSString * _Nonnull)stringFromDate:(NSDate *)date
{
NSCalendar *calendar = [NSCalendar currentCalendar];
Expand Down

0 comments on commit be8b8da

Please sign in to comment.