From 57fdfcc0c674fab94563262718220526b0945be5 Mon Sep 17 00:00:00 2001 From: nnnkkk7 Date: Sat, 2 Jul 2022 15:51:35 +0900 Subject: [PATCH] delete a blank line --- hooks.go | 1 - 1 file changed, 1 deletion(-) diff --git a/hooks.go b/hooks.go index b13d491b98..3ea7a00014 100644 --- a/hooks.go +++ b/hooks.go @@ -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