mirror of
https://github.com/SimpleMobileTools/Simple-Calculator.git
synced 2025-03-11 17:00:05 +01:00
Small indentation typo in my fix
This commit is contained in:
parent
2f46e77ba3
commit
2f9c045754
@ -147,7 +147,7 @@ class CalculatorImpl(calculator: Calculator, private val context: Context) {
|
||||
|
||||
secondValue = getSecondValue()
|
||||
calculateResult()
|
||||
if (lastOperation == DIVIDE && secondValue == 0.0){
|
||||
if (lastOperation == DIVIDE && secondValue == 0.0) {
|
||||
lastKey = DIGIT
|
||||
return
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user