Skip to content

Commit

Permalink
Fix: 불필요한 return 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
GeonH0 committed Jun 29, 2024
1 parent 1a760ca commit a485b9b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ extension RecipeListViewController: UISearchBarDelegate {
func searchBarSearchButtonClicked(_ searchBar: UISearchBar) {
guard let query = searchBar.text, !query.isBlank else {
interactor.resetSearch()
return
}
interactor.searchRecipes(with: query)
}
Expand Down

0 comments on commit a485b9b

Please sign in to comment.