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 d3e1b9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Expand Up @@ -2,4 +2,4 @@
*.iml
build/
node_modules
/package-lock.json
/package-lock.json
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 d3e1b9c

Please sign in to comment.