Skip to content

Commit 24b7d0a

Browse files
HeshamMegidalyezz
andauthored
📝 Linting
Co-Authored-By: alyezz <[email protected]>
1 parent 27bdc93 commit 24b7d0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios/Classes/InstabugFlutterPlugin.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ - (void)handleMethodCall:(FlutterMethodCall*)call result:(FlutterResult)result {
3131
[inv setTarget:[InstabugFlutterPlugin class]];
3232
int index = 2;
3333
NSDictionary *argumentsDictionary = call.arguments;
34-
for(id key in myDict) {
34+
for (id key in myDict) {
3535
NSObject *arg = [myDict objectForKey:key];
3636
[inv setArgument:&(arg) atIndex:index];
3737
index++;

0 commit comments

Comments
 (0)