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

Skip to content

Commit 1152b96

Browse files
Merge pull request #73 from gliptak/gofmt1
Gofmt cgroup_test
2 parents 65ce98b + afd5981 commit 1152b96

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
@@ -295,7 +295,7 @@ func TestLoadWithMissingSubsystems(t *testing.T) {
295295
t.Error("control is nil")
296296
return
297297
}
298-
if len(control.Subsystems()) != len(subsystems) - 1 {
298+
if len(control.Subsystems()) != len(subsystems)-1 {
299299
t.Error("wrong number of active subsystems")
300300
return
301301
}

0 commit comments

Comments
 (0)