delete a blank line (#1961)

pull/1964/head
naoki kuroda 2022-07-02 17:32:09 +09:00 committed by GitHub
parent ab3874c634
commit b8b5c8afed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -94,7 +94,6 @@ func (h *hooks) executeOnRouteHooks(route Route) error {
}
func (h *hooks) executeOnNameHooks(route Route) error {
for _, v := range h.onName {
if err := v(route); err != nil {
return err