Skip to content

Commit

Permalink
style: fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
DevNico committed Aug 15, 2022
1 parent 753c5a7 commit 14343aa
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -68,7 +68,7 @@ class SharedParam with _$SharedParam {
class SharedParamNullable with _$SharedParamNullable {
const factory SharedParamNullable(String a, String b, int c) =
SharedParamNullable0;
const factory SharedParamNullable.named(String? a, String b, int d) =
const factory SharedParamNullable.named(String? a, String b, int d) =
SharedParamNullable1;
}

Expand Down

0 comments on commit 14343aa

Please sign in to comment.