mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-11-03 16:23:54 +01:00
UploadCategoryAdapter.kt: corrected class definition format to meet ktlint standard
This commit is contained in:
parent
c6dd524307
commit
45103b529e
1 changed files with 1 additions and 3 deletions
|
|
@ -4,9 +4,7 @@ import fr.free.nrw.commons.category.CategoryItem
|
|||
import org.jetbrains.annotations.NotNull
|
||||
|
||||
class UploadCategoryAdapter(
|
||||
onCategoryClicked:
|
||||
@NotNull()
|
||||
(CategoryItem) -> Unit,
|
||||
onCategoryClicked: @NotNull (CategoryItem) -> Unit,
|
||||
nearbyPlaceCategory: String?,
|
||||
) : BaseDelegateAdapter<CategoryItem>(
|
||||
uploadCategoryDelegate(onCategoryClicked, nearbyPlaceCategory),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue