Skip to content

Commit

Permalink
ref: Shorten SentryFrame init (#3375)
Browse files Browse the repository at this point in the history
  • Loading branch information
philipphofmann authored Nov 6, 2023
1 parent 8d90d43 commit bbcbaff
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Sources/Sentry/SentryFrame.m
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ @implementation SentryFrame

- (instancetype)init
{
self = [super init];
if (self) {
if (self = [super init]) {
self.function = @"<redacted>";
}
return self;
Expand Down

0 comments on commit bbcbaff

Please sign in to comment.