Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
iBicha committed Dec 2, 2022
1 parent f63d8e5 commit e027c8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SearchScreen/SearchScreen.bs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ function OnTextChange() as void
buttonFocused = m.suggestions.buttonFocused
end if
if buttonFocused >= m.suggestions.buttons.Count()
buttonFocused = m.suggestions.buttons.Count() -1
buttonFocused = m.suggestions.buttons.Count() - 1
end if
m.suggestions.buttons = suggestions
if buttonFocused <> -1
Expand Down

0 comments on commit e027c8c

Please sign in to comment.