Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
tkhs0604 committed Sep 17, 2023
1 parent c624e61 commit 021e82f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ import io.github.droidkaigi.confsched2023.designsystem.preview.MultiLanguagePrev
import io.github.droidkaigi.confsched2023.designsystem.preview.MultiThemePreviewDefinition
import io.github.droidkaigi.confsched2023.designsystem.preview.ShowkaseMultiplePreviewsWorkaround
import io.github.droidkaigi.confsched2023.testing.category.ScreenshotTests
import io.github.droidkaigi.confsched2023.ui.compositionlocal.FakeClock
import io.github.droidkaigi.confsched2023.ui.compositionlocal.LocalClock
import kotlinx.datetime.Clock
import kotlinx.datetime.Instant
import org.junit.Test
import org.junit.experimental.categories.Category
import org.junit.runner.RunWith
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ import io.github.droidkaigi.confsched2023.ui.SnackbarMessageEffect
import io.github.droidkaigi.confsched2023.ui.compositionlocal.FakeClock
import io.github.droidkaigi.confsched2023.ui.compositionlocal.LocalClock
import kotlinx.collections.immutable.toPersistentMap
import kotlinx.datetime.Clock
import kotlinx.datetime.Instant
import kotlin.math.roundToInt

const val timetableScreenRoute = "timetable"
Expand Down

0 comments on commit 021e82f

Please sign in to comment.