Skip to content

Commit 8a24e6e

Browse files
committed
feat: add newline for improved readability in extension initialization
1 parent 712ea98 commit 8a24e6e

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
@@ -156,6 +156,7 @@ func (e *Extension) Init(fapp forge.App) error {
156156
if basePath == "" {
157157
basePath = "/ctrlplane"
158158
}
159+
159160
e.api.RegisterRoutes(fapp.Router().Group(basePath))
160161
}
161162

0 commit comments

Comments
 (0)