mirror of
https://github.com/SimpleMobileTools/Simple-Calculator.git
synced 2025-06-05 21:49:13 +02:00
Remove unnecessary empty line
This commit is contained in:
@@ -17,7 +17,6 @@ class UnitTypesAdapter (val activity: SimpleActivity, val items: List<Converter>
|
||||
override fun onCreateViewHolder(parent: ViewGroup, viewType: Int): ViewHolder =
|
||||
ViewHolder(ItemUnitTypeBinding.inflate(activity.layoutInflater, parent, false))
|
||||
|
||||
|
||||
override fun onBindViewHolder(holder: ViewHolder, position: Int) {
|
||||
val item = items[position]
|
||||
holder.bindView(item, position)
|
||||
|
Reference in New Issue
Block a user