Skip to content

Commit be8b8da

Browse files
author
Brandon Sneed
committed
Fixed warning.
1 parent 0de302b commit be8b8da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Analytics/Classes/Internal/SEGAnalyticsUtils.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ - (id)init
1818
return self;
1919
}
2020

21-
const __SEG_NANO_MAX_LENGTH = 9;
21+
const NSInteger __SEG_NANO_MAX_LENGTH = 9;
2222
- (NSString * _Nonnull)stringFromDate:(NSDate *)date
2323
{
2424
NSCalendar *calendar = [NSCalendar currentCalendar];

0 commit comments

Comments
 (0)