Skip to content

Commit 6bab72d

Browse files
atharvaSharma17aldas
authored andcommitted
style: remove extra blank line
1 parent ca9f8ff commit 6bab72d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

echo.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -727,7 +727,6 @@ func (e *Echo) add(route Route) (RouteInfo, error) {
727727
func (e *Echo) Add(method, path string, handler HandlerFunc, middleware ...MiddlewareFunc) RouteInfo {
728728
ri, err := e.add(
729729
Route{
730-
731730
Method: method,
732731
Path: path,
733732
Handler: handler,

0 commit comments

Comments
 (0)