mirror of https://github.com/k3s-io/k3s
fix other add statement
parent
142fe19f2d
commit
acbe498b11
|
@ -196,7 +196,7 @@ func negativeScaleInt64(base int64, scale Scale) (result int64, exact bool) {
|
|||
if base > 0 {
|
||||
value++
|
||||
} else {
|
||||
value += -1
|
||||
value--
|
||||
}
|
||||
}
|
||||
return value, !fraction
|
||||
|
|
Loading…
Reference in New Issue