Skip to content

Commit

Permalink
refactor(SchoolSearchItemUiState): ktlint check
Browse files Browse the repository at this point in the history
  • Loading branch information
SeongHoonC committed Mar 20, 2024
1 parent 9231234 commit c0a20fa
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
package com.festago.festago.presentation.ui.search.uistate

import com.festago.festago.presentation.ui.home.festivallist.uistate.ArtistUiState
import com.festago.festago.presentation.ui.home.festivallist.uistate.SchoolUiState
import java.time.LocalDate

data class SchoolSearchItemUiState(
Expand All @@ -11,4 +9,3 @@ data class SchoolSearchItemUiState(
val upcomingFestivalStartDate: LocalDate?,
val onSchoolSearchClick: (schoolId: Long) -> Unit,
)

0 comments on commit c0a20fa

Please sign in to comment.