Skip to content

Commit

Permalink
Apply changes from ktLintFormat
Browse files Browse the repository at this point in the history
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
rjrjr authored and github-actions[bot] committed Oct 13, 2023
1 parent 7b959eb commit 9b44a6a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class DungeonAppWorkflow(

data class Props(val paused: Boolean = false)

sealed class State: Screen {
sealed class State : Screen {
object LoadingBoardList : State()
data class ChoosingBoard(val boards: List<Pair<String, Board>>) : State()
data class PlayingGame(val boardPath: BoardPath) : State()
Expand All @@ -33,7 +33,7 @@ class DungeonAppWorkflow(
data class DisplayBoardsListScreen(
val boards: List<Board>,
val onBoardSelected: (index: Int) -> Unit
): Screen
) : Screen

override fun initialState(
props: Props,
Expand Down

0 comments on commit 9b44a6a

Please sign in to comment.