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 5faea22 commit 79a54b0Copy full SHA for 79a54b0
packages/pigeon/lib/swift_generator.dart
@@ -1312,7 +1312,6 @@ private func nilOrValue<T>(_ value: Any?) -> T? {
1312
.any((Api api) => api.methods.isNotEmpty);
1313
final bool hasProxyApi = root.apis.any((Api api) => api is AstProxyApi);
1314
1315
- _writePigeonError(generatorOptions, indent);
1316
if (generatorOptions.includeErrorClass) {
1317
_writePigeonError(generatorOptions, indent);
1318
}
0 commit comments