Skip to content

Commit

Permalink
Fix gofmt of systemd.go
Browse files Browse the repository at this point in the history
This file had one non-gofmt'd line.

Signed-off-by: Phil Estes <estesp@linux.vnet.ibm.com>
  • Loading branch information
estesp committed Oct 23, 2018
1 parent 84e6e6e commit 9a09e58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion systemd.go
Expand Up @@ -34,7 +34,7 @@ const (

var (
canDelegate bool
once sync.Once
once sync.Once
)

func Systemd() ([]Subsystem, error) {
Expand Down

0 comments on commit 9a09e58

Please sign in to comment.