Skip to content

Commit 29d3b51

Browse files
committed
misc: fix generated code with latest source_gen
1 parent 61ade03 commit 29d3b51

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

json_serializable/test/literal/json_literal.g.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ final _$dataJsonLiteral = [
5252
'bool': true
5353
}
5454
];
55+
5556
const _$asConstJsonLiteral = const [
5657
const {
5758
'backspace': '\b',
@@ -94,6 +95,7 @@ const _$asConstJsonLiteral = const [
9495
'bool': true
9596
}
9697
];
98+
9799
const _$naughtyStringsJsonLiteral = const [
98100
'',
99101
'undefined',

0 commit comments

Comments
 (0)