mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 20:24:09 +00:00
fix other add statement
This commit is contained in:
parent
142fe19f2d
commit
acbe498b11
@ -196,7 +196,7 @@ func negativeScaleInt64(base int64, scale Scale) (result int64, exact bool) {
|
|||||||
if base > 0 {
|
if base > 0 {
|
||||||
value++
|
value++
|
||||||
} else {
|
} else {
|
||||||
value += -1
|
value--
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return value, !fraction
|
return value, !fraction
|
||||||
|
Loading…
Reference in New Issue
Block a user