Skip to content

Commit

Permalink
Gofmt cgroup_test
Browse files Browse the repository at this point in the history
Signed-off-by: Gábor Lipták <gliptak@gmail.com>
  • Loading branch information
gliptak committed Dec 9, 2018
1 parent 3bc6dde commit afd5981
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 @@ -291,7 +291,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 afd5981

Please sign in to comment.