We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d66cb88 commit 279be30Copy full SHA for 279be30
Adjust/Adjust.m
@@ -319,7 +319,7 @@ + (void)setTestOptions:(NSDictionary *)testOptions {
319
#pragma mark - Public instance methods
320
321
- (void)initSdk:(ADJConfig *)adjustConfig {
322
- if (! [self isSignerPresent]) {
+ if (![self isSignerPresent]) {
323
[self.logger error:@"Missing signature library, SDK can't be initialised"];
324
return;
325
}
0 commit comments