Skip to content

Commit 6cf94e8

Browse files
committed
format
1 parent a23c5c1 commit 6cf94e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

protoc_plugin/lib/const_generator.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ void writeJsonConst(IndentingWriter out, Object? val) {
2222
out.print('}');
2323
}
2424
} else if (val is List) {
25-
if (val.any(_nonEmptyListOrMap)) {
25+
if (val.any(_nonEmptyListOrMap)) {
2626
out.addBlock(
2727
'[',
2828
']',

0 commit comments

Comments
 (0)