Skip to content

Commit

Permalink
chore: clean up empty space
Browse files Browse the repository at this point in the history
  • Loading branch information
uerceg authored and nonelse committed Jul 22, 2024
1 parent d66cb88 commit 279be30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Adjust/Adjust.m
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ + (void)setTestOptions:(NSDictionary *)testOptions {
#pragma mark - Public instance methods

- (void)initSdk:(ADJConfig *)adjustConfig {
if (! [self isSignerPresent]) {
if (![self isSignerPresent]) {
[self.logger error:@"Missing signature library, SDK can't be initialised"];
return;
}
Expand Down

0 comments on commit 279be30

Please sign in to comment.