Skip to content

Commit 96ca22d

Browse files
committed
fix lint warning
1 parent 5b8fc10 commit 96ca22d

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)