Skip to content

Commit

Permalink
style: code format
Browse files Browse the repository at this point in the history
  • Loading branch information
GIOSDK committed May 7, 2024
1 parent e1bc862 commit a2c83c1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Modules/ImpressionTrack/UIView+GrowingImpressionInternal.m
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,7 @@ - (void)growingTrackImpression:(NSString *)eventName {
[self growingTrackImpression:eventName attributes:nil];
}

- (void)growingTrackImpression:(NSString *)eventName
attributes:(NSDictionary<NSString *, id> *_Nullable)attributes {
- (void)growingTrackImpression:(NSString *)eventName attributes:(NSDictionary<NSString *, id> *_Nullable)attributes {
if (eventName.length == 0) {
return;
}
Expand Down

0 comments on commit a2c83c1

Please sign in to comment.