Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
caoguoliang01 committed Dec 19, 2023
1 parent ed97e69 commit 9905569
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion selector/node/ewma/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ func (n *Node) load() (load uint64) {
avgLag = int64(math.Sqrt(float64(avgLag)))
load = uint64(avgLag) * uint64(atomic.LoadInt64(&n.inflight))
return load

}

func (n *Node) predict(avgLag int64, now int64) (predict int64) {
Expand Down

0 comments on commit 9905569

Please sign in to comment.