Skip to content

Commit

Permalink
ktlint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ferdyrod committed Apr 15, 2024
1 parent 513dffc commit f18f7c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ fun InputDropDown(
onItemSelected: (DropdownItem) -> Unit,
showSearchBar: Boolean = true,
noResultsFoundString: String = provideStringResource("no_results_found"),
searchToFindMoreString: String = provideStringResource("search_to_find_more_option")
searchToFindMoreString: String = provideStringResource("search_to_find_more_option"),
) {
val focusRequester = remember { FocusRequester() }
var showDropdown by remember { mutableStateOf(false) }
Expand Down

0 comments on commit f18f7c2

Please sign in to comment.