From 279be30990eb6f39e5641c4dd018d7f63cd6031b Mon Sep 17 00:00:00 2001 From: uerceg Date: Fri, 31 May 2024 13:51:45 +0200 Subject: [PATCH] chore: clean up empty space --- Adjust/Adjust.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Adjust/Adjust.m b/Adjust/Adjust.m index 1fcd59a59..097b61045 100644 --- a/Adjust/Adjust.m +++ b/Adjust/Adjust.m @@ -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; }