Skip to content

Commit

Permalink
Merge pull request #73 from gliptak/gofmt1
Browse files Browse the repository at this point in the history
Gofmt cgroup_test
  • Loading branch information
crosbymichael committed Dec 10, 2018
2 parents 65ce98b + afd5981 commit 1152b96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cgroup_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ func TestLoadWithMissingSubsystems(t *testing.T) {
t.Error("control is nil")
return
}
if len(control.Subsystems()) != len(subsystems) - 1 {
if len(control.Subsystems()) != len(subsystems)-1 {
t.Error("wrong number of active subsystems")
return
}
Expand Down

0 comments on commit 1152b96

Please sign in to comment.