some spacing corrections

This commit is contained in:
Tibor Kaputa
2021-11-03 22:52:22 +01:00
committed by GitHub
parent 832487fbe6
commit 70cb8faa94

View File

@ -151,6 +151,7 @@ class CalculatorImpl(calculator: Calculator, private val context: Context) {
lastKey = DIGIT
return
}
lastKey = EQUALS
}