Skip to content

Commit 4479d11

Browse files
Merge pull request containerd#62 from estesp/fix-gofmt
Fix gofmt of systemd.go
2 parents 9beb998 + 9a09e58 commit 4479d11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)