Skip to content

Commit

Permalink
fix: fixed lint error (#674)
Browse files Browse the repository at this point in the history
Impacted file:
* `product_search_query_configuration.dart`: fixed lint error
  • Loading branch information
monsieurtanuki committed Jan 5, 2023
1 parent 7d12409 commit c947420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/utils/product_search_query_configuration.dart
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class ProductSearchQueryConfiguration extends AbstractQueryConfiguration {
final OpenFoodFactsCountry? country,
final List<ProductField>? fields,
required List<Parameter> parametersList,
required final this.version,
required this.version,
}) : super(
language: language,
languages: languages,
Expand Down

0 comments on commit c947420

Please sign in to comment.