Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
gogolon committed Sep 18, 2024
1 parent f0f2bab commit a210708
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
SEL selector = NSSelectorFromString(dartTestName); \
class_addMethod(self, selector, implementation, "v@:"); \
\
/* Step 2 – create invocations to the dynamically created methods */ \
/* Step 2 – create invocations to the dynamically created methods */ \
NSMethodSignature *signature = [self instanceMethodSignatureForSelector:selector]; \
NSInvocation *invocation = [NSInvocation invocationWithMethodSignature:signature]; \
invocation.selector = selector; \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
SEL selector = NSSelectorFromString(dartTestName); \
class_addMethod(self, selector, implementation, "v@:"); \
\
/* Step 2 – create invocations to the dynamically created methods */ \
/* Step 2 – create invocations to the dynamically created methods */ \
NSMethodSignature *signature = [self instanceMethodSignatureForSelector:selector]; \
NSInvocation *invocation = [NSInvocation invocationWithMethodSignature:signature]; \
invocation.selector = selector; \
Expand Down

0 comments on commit a210708

Please sign in to comment.