Skip to content

Commit 85b68af

Browse files
committed
fix(extension): add newline for improved readability in Register method
1 parent 55d50b4 commit 85b68af

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

extension/extension.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ func (e *Extension) Register(fapp forge.App) error {
123123
if basePath == "" {
124124
basePath = "/weave"
125125
}
126+
126127
e.apiHandler.RegisterRoutes(fapp.Router().Group(basePath))
127128
}
128129

0 commit comments

Comments
 (0)