Pleasing Ktlint

This commit is contained in:
OsirisInferi 2020-12-27 22:15:01 +01:00 committed by Lucas Nunes
parent f2cf102917
commit d76137d8f0

View file

@ -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 {