Skip to content

Commit

Permalink
delete a blank line (gofiber#1961)
Browse files Browse the repository at this point in the history
  • Loading branch information
nnnkkk7 authored and trim21 committed Aug 15, 2022
1 parent 8578099 commit 04a71c9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hooks.go
Expand Up @@ -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
Expand Down

0 comments on commit 04a71c9

Please sign in to comment.