Skip to content

Commit

Permalink
refactor: ktlint
Browse files Browse the repository at this point in the history
  • Loading branch information
krrong committed Oct 3, 2023
1 parent ab73dcc commit 9e29078
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ import android.view.ViewGroup
import androidx.recyclerview.widget.RecyclerView
import com.now.naaga.presentation.uimodel.model.StatisticsUiModel

class MyPageStatisticsAdapter(private val statisticsUiModels: List<StatisticsUiModel>) : RecyclerView.Adapter<MyPageStatisticsViewHolder>() {
class MyPageStatisticsAdapter(private val statisticsUiModels: List<StatisticsUiModel>) :
RecyclerView.Adapter<MyPageStatisticsViewHolder>() {
override fun onCreateViewHolder(parent: ViewGroup, viewType: Int): MyPageStatisticsViewHolder {
return MyPageStatisticsViewHolder(parent)
}
Expand Down

0 comments on commit 9e29078

Please sign in to comment.