Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
newhinton committed Nov 26, 2023
1 parent 9c46007 commit 399e392
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class LanguagePicker(private val mContext: Context) {

private val supportedAdapterLocales: ArrayList<LocaleAdapter>
get() {
var adapterLocales = arrayListOf<LocaleAdapter>()
var adapterLocales = arrayListOf<LocaleAdapter>()
supportedLocales.forEach {
adapterLocales.add(LocaleAdapter(it))
}
Expand Down

0 comments on commit 399e392

Please sign in to comment.