format OC code
This commit is contained in:
@@ -13,7 +13,7 @@ @implementation DoricModalPlugin
|
||||
|
||||
- (void)toast:(NSString *)message withPromise:(DoricPromise *)promise {
|
||||
dispatch_async(dispatch_get_main_queue(), ^{
|
||||
NSLog(@"toast:%@",message);
|
||||
NSLog(@"toast:%@", message);
|
||||
[promise resolve:@"Resolved"];
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user