Skip to content
This repository has been archived by the owner on Dec 23, 2023. It is now read-only.

Commit

Permalink
Remove blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
razonyang committed Mar 24, 2020
1 parent ad6a114 commit 7638292
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion router.go
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,6 @@ func (r *Router) ServeHTTP(w http.ResponseWriter, req *http.Request) {
}

func (r *Router) handleRequest(ctx *Context) (err error) {

path := ctx.Request.URL.Path
if r.UseRawPath && ctx.Request.URL.RawPath != "" {
path = ctx.Request.URL.RawPath
Expand Down

0 comments on commit 7638292

Please sign in to comment.