Skip to content

Commit

Permalink
#83: Fixed pr comments
Browse files Browse the repository at this point in the history
  • Loading branch information
vanlooverenkoen committed Jul 27, 2021
1 parent 15f12b5 commit 8ecfd05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/config/pubspec_config.dart
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class PubspecConfig {
useFvm = false;
configPath = _DEFAULT_CONFIG_PATH;
equalsHashCode = false;
explicitToJson = false;
explicitToJson = true;
generateToString = false;
return;
}
Expand Down

0 comments on commit 8ecfd05

Please sign in to comment.