Skip to content

Commit 4d65e5b

Browse files
committed
Add empty line
1 parent 38bd4c1 commit 4d65e5b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

internal/service/boot.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ import (
2020

2121
// Options define the details of the service which should be booted up.
2222
type Options struct {
23-
Profile *profile.Profile
23+
Profile *profile.Profile
24+
2425
ServiceName string
2526
PackageRootPath string
2627
DataStreamRootPath string

0 commit comments

Comments
 (0)