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

Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Gofmt cgroup_test
Signed-off-by: Gábor Lipták <[email protected]>
  • Loading branch information
gliptak committed Dec 9, 2018
commit afd5981a16647b45b6dba3a50a88418b576cc17d
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