From 6d42deacb4dcada51180aa51c03b5055daa3ea42 Mon Sep 17 00:00:00 2001 From: jbion Date: Mon, 18 Feb 2019 15:50:39 +0100 Subject: Fix code style in BonusPerBoardElement --- .../kotlin/org/luxons/sevenwonders/game/effects/BonusPerBoardElement.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game-engine/src/main/kotlin/org/luxons/sevenwonders/game/effects/BonusPerBoardElement.kt b/game-engine/src/main/kotlin/org/luxons/sevenwonders/game/effects/BonusPerBoardElement.kt index ec446d40..04dbf9be 100644 --- a/game-engine/src/main/kotlin/org/luxons/sevenwonders/game/effects/BonusPerBoardElement.kt +++ b/game-engine/src/main/kotlin/org/luxons/sevenwonders/game/effects/BonusPerBoardElement.kt @@ -11,7 +11,7 @@ enum class BoardElementType { DEFEAT_TOKEN } -internal data class BonusPerBoardElement ( +internal data class BonusPerBoardElement( val boards: List, val type: BoardElementType, val gold: Int = 0, -- cgit