mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
*: clear redundant return statement warnings (S1027)
This commit is contained in:
@@ -88,8 +88,6 @@ func (f *fifo) Schedule(j Job) {
|
||||
}
|
||||
}
|
||||
f.pendings = append(f.pendings, j)
|
||||
|
||||
return
|
||||
}
|
||||
|
||||
func (f *fifo) Pending() int {
|
||||
|
||||
Reference in New Issue
Block a user