We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b8fc10 commit 96ca22dCopy full SHA for 96ca22d
runnables/httpcluster/entries.go
@@ -86,7 +86,7 @@ func (e *entries) getPendingActions() (toStart, toStop []string) {
86
toStop = append(toStop, id)
87
}
88
89
- return
+ return toStart, toStop
90
91
92
// get returns a server entry by ID, or nil if not found.
0 commit comments