1
0
mirror of https://github.com/labstack/echo.git synced 2025-11-29 22:48:07 +02:00

Minor syntax fixes (#1994)

This commit is contained in:
sivchari
2022-01-24 18:33:13 +09:00
committed by GitHub
parent eb371a9e64
commit f3865f9aa5
2 changed files with 1 additions and 3 deletions

View File

@@ -624,6 +624,4 @@ func (r *Router) Find(method, path string, c Context) {
}
ctx.path = currentNode.ppath
ctx.pnames = currentNode.pnames
return
}