Skip to content

Commit

Permalink
Run clang-format.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmarkowsky committed Oct 28, 2021
1 parent 0ed7e56 commit 701303b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/santametricservice/Formats/SNTMetricFormatTestHelper.m
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@

@implementation SNTMetricFormatTestHelper
+ (NSDictionary *)convertDatesToFixedDateWithExportDict:(NSMutableDictionary *)exportDict {

NSISO8601DateFormatter *formatter = [[NSISO8601DateFormatter alloc] init];
if (@available(macOS 10.13, *)) {
formatter.formatOptions = NSISO8601DateFormatWithInternetDateTime | NSISO8601DateFormatWithFractionalSeconds;
formatter.formatOptions =
NSISO8601DateFormatWithInternetDateTime | NSISO8601DateFormatWithFractionalSeconds;
}
NSDate *fixedDate = [formatter dateFromString:@"2021-09-16T21:07:34.826Z"];

Expand Down

0 comments on commit 701303b

Please sign in to comment.