Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9a09e58

Browse files
committed
Fix gofmt of systemd.go
This file had one non-gofmt'd line. Signed-off-by: Phil Estes <[email protected]>
1 parent 84e6e6e commit 9a09e58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

systemd.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const (
3434

3535
var (
3636
canDelegate bool
37-
once sync.Once
37+
once sync.Once
3838
)
3939

4040
func Systemd() ([]Subsystem, error) {

0 commit comments

Comments
 (0)