Skip to content

Commit

Permalink
fix(utils/search): add trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
caio-felipee committed Feb 22, 2024
1 parent cb083e6 commit bf186ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion api/utils/search.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ def filter_by_search_result(self, request: Request, search_str: str, search_fiel
values, _ = model_handler.get_search_results(
request, values, unicode_search_str)

return values
return values

0 comments on commit bf186ee

Please sign in to comment.