From 45ea103c9ad10800ea1570f3e9c7a12a2fc9d892 Mon Sep 17 00:00:00 2001 From: vasya Date: Tue, 29 Jun 2021 21:08:41 +0300 Subject: [PATCH] bring back strange InsanusMokrassar's space :) --- .../kotlin/dev/inmo/tgbotapi/types/games/GameHighScore.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/games/GameHighScore.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/games/GameHighScore.kt index f4a71608d0..0d05b81f0e 100644 --- a/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/games/GameHighScore.kt +++ b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/games/GameHighScore.kt @@ -5,7 +5,7 @@ import kotlinx.serialization.SerialName import kotlinx.serialization.Serializable @Serializable -data class GameHighScore( +data class GameHighScore ( @SerialName(positionField) val position: Long, @SerialName(userField)