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 36de9a4 commit bc7803eCopy full SHA for bc7803e
pkgs/ffigen/lib/src/code_generator/objc_block.dart
@@ -114,7 +114,7 @@ class ObjCBlock extends BindingType with HasLocalScope {
114
'${returnType.cacheKey()} ${returnsRetained ? 'R' : ''}',
115
for (final param in params)
116
'${param.type.cacheKey()} ${param.objCConsumed ? 'C' : ''}',
117
- ].join(strings.synthUsrChar);
+ ].join(' ');
118
}
119
120
bool get hasListener => returnType == voidType;
0 commit comments