mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
app/vmselect/promql: go fmt
This commit is contained in:
parent
4f06eed1c1
commit
f3a79abfb4
1 changed files with 1 additions and 1 deletions
|
@ -1707,7 +1707,7 @@ func rollupIntegrate(rfa *rollupFuncArg) float64 {
|
|||
prevTimestamp = timestamp
|
||||
prevValue = v
|
||||
}
|
||||
dt := float64(rfa.currTimestamp - prevTimestamp) / 1e3
|
||||
dt := float64(rfa.currTimestamp-prevTimestamp) / 1e3
|
||||
sum += prevValue * dt
|
||||
return sum
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue