*: 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