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

Skip to content

Commit afd5981

Browse files
committed
Gofmt cgroup_test
Signed-off-by: Gábor Lipták <[email protected]>
1 parent 3bc6dde commit afd5981

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cgroup_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ func TestLoadWithMissingSubsystems(t *testing.T) {
291291
t.Error("control is nil")
292292
return
293293
}
294-
if len(control.Subsystems()) != len(subsystems) - 1 {
294+
if len(control.Subsystems()) != len(subsystems)-1 {
295295
t.Error("wrong number of active subsystems")
296296
return
297297
}

0 commit comments

Comments
 (0)