diff --git a/Sources/Sentry/SentryFrame.m b/Sources/Sentry/SentryFrame.m index 8ec444308de..58963be5bad 100644 --- a/Sources/Sentry/SentryFrame.m +++ b/Sources/Sentry/SentryFrame.m @@ -7,8 +7,7 @@ @implementation SentryFrame - (instancetype)init { - self = [super init]; - if (self) { + if (self = [super init]) { self.function = @""; } return self;