Skip to content

Commit 778fedc

Browse files
Newline
1 parent 238e557 commit 778fedc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

modules/openapi-generator/src/main/resources/go-server/routers.mustache

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ type Routes map[string]Route
3333
// Router defines the required methods for retrieving api routes
3434
type Router interface {
3535
Routes() Routes
36-
OrderedRoutes() []Route
36+
OrderedRoutes() []Route
3737
}
3838

3939
// NewRouter creates a new router for any number of api routers
@@ -74,4 +74,4 @@ func NewRouter(routers ...Router) {{#routers}}{{#mux}}*mux.Router{{/mux}}{{#chi}
7474
}
7575

7676
return router
77-
}
77+
}

0 commit comments

Comments
 (0)