Skip to content

Commit 810621f

Browse files
committed
chore: reformat project
1 parent 6babf3a commit 810621f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

json_serializable/test/integration/json_enum_example.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ enum EnumWithAliases {
136136
@JsonSerializable()
137137
class EnumWithAliasesData {
138138
final EnumWithAliases value;
139-
139+
140140
EnumWithAliasesData(this.value);
141141

142142
factory EnumWithAliasesData.fromJson(Map<String, dynamic> json) =>

0 commit comments

Comments
 (0)