Problem: unused return
Solution: remove return
This commit is contained in:
parent
bac33043c1
commit
ca9be063cf
|
@ -267,5 +267,4 @@ func (h *microsubHandler) ServeHTTP(w http.ResponseWriter, r *http.Request) {
|
|||
}
|
||||
return
|
||||
}
|
||||
return
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user