Pleasing Ktlint
This commit is contained in:
parent
f2cf102917
commit
d76137d8f0
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ class StatsViewModel(
|
|||
0,
|
||||
acc.totalGames,
|
||||
acc.totalTime + value.duration,
|
||||
victoryTime = if (value.victory != 0){
|
||||
victoryTime = if (value.victory != 0) {
|
||||
if (acc.victoryTime == 0L) {
|
||||
value.duration
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue