Skip to content

Commit f5d42d0

Browse files
committed
lint fix
1 parent 2d7cc1e commit f5d42d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runnables/httpcluster/entries.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ func (e *entries) getPendingActions() (toStart, toStop []string) {
8686
toStop = append(toStop, id)
8787
}
8888
}
89-
return
89+
return toStart, toStop
9090
}
9191

9292
// get returns a server entry by ID, or nil if not found.

0 commit comments

Comments
 (0)