clean upü

This commit is contained in:
2020-09-21 08:55:52 +02:00
parent 92bb0dc86f
commit 16bfcd3288
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
package me.zobrist.tichucounter
class History() {
class History {
private var scores: ArrayList<Round> = ArrayList()
fun getScoreA(): Int {