Skip to content

Commit e67b3f2

Browse files
committed
Fix indentation
1 parent 8caa20c commit e67b3f2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ios/RNCallKeep/RNCallKeep.m

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,9 +156,9 @@ - (void)sendEventWithNameWrapper:(NSString *)name body:(id)body {
156156
[self sendEventWithName:name body:body];
157157
} else {
158158
NSDictionary *dictionary = [NSDictionary dictionaryWithObjectsAndKeys:
159-
name, @"name",
160-
body, @"data",
161-
nil
159+
name, @"name",
160+
body, @"data",
161+
nil
162162
];
163163
[_delayedEvents addObject:dictionary];
164164
}

0 commit comments

Comments
 (0)