Adding missing return
This commit is contained in:
parent
6517a38fc1
commit
f76979298d
|
@ -553,6 +553,7 @@ func (h *mainHandler) ServeHTTP(w http.ResponseWriter, r *http.Request) {
|
||||||
fmt.Fprintf(w, "ERROR: %q", err)
|
fmt.Fprintf(w, "ERROR: %q", err)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
return
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user