Skip to content

Commit

Permalink
fix: json formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Gimbergsson committed Feb 27, 2025
1 parent 6b866e8 commit 279ed6c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ class SharedPreferencesRepository @Inject constructor(

companion object {
private const val DEFAULT_SCOREBOARD_HISTORY =
"[{\"awayScore\":{\"gameScore\":\"ZERO\",\"wonGames\":0,\"wonSets\":0},\"homeScore\":{\"gameScore\":\"ZERO\",\"wonGames\":0,\"wonSets\":0}]"
"[{\"awayScore\":{\"gameScore\":\"ZERO\",\"wonGames\":0,\"wonSets\":0},\"homeScore\":{\"gameScore\":\"ZERO\",\"wonGames\":0,\"wonSets\":0}}]"
}
}

0 comments on commit 279ed6c

Please sign in to comment.