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 a23c5c1 commit 6cf94e8Copy full SHA for 6cf94e8
protoc_plugin/lib/const_generator.dart
@@ -22,7 +22,7 @@ void writeJsonConst(IndentingWriter out, Object? val) {
22
out.print('}');
23
}
24
} else if (val is List) {
25
- if (val.any(_nonEmptyListOrMap)) {
+ if (val.any(_nonEmptyListOrMap)) {
26
out.addBlock(
27
'[',
28
']',
0 commit comments