Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmednfwela committed Aug 9, 2023
1 parent 0374941 commit 5adec2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/query_parameters/index_search_query.dart
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,6 @@ class IndexSearchQuery extends SearchQuery {
highlightPreTag: highlightPreTag ?? this.highlightPreTag,
highlightPostTag: highlightPostTag ?? this.highlightPostTag,
matchingStrategy: matchingStrategy ?? this.matchingStrategy,
attributesToSearchOn: attributesToSearchOn ?? this.attributesToSearchOn,
attributesToSearchOn: attributesToSearchOn ?? this.attributesToSearchOn,
);
}

0 comments on commit 5adec2b

Please sign in to comment.