Problem: unused return

Solution: remove return
This commit is contained in:
Peter Stuifzand 2021-11-20 21:07:20 +01:00
parent bac33043c1
commit ca9be063cf
Signed by: peter
GPG Key ID: 374322D56E5209E8

View File

@ -267,5 +267,4 @@ func (h *microsubHandler) ServeHTTP(w http.ResponseWriter, r *http.Request) {
} }
return return
} }
return
} }