From afd5981a16647b45b6dba3a50a88418b576cc17d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Lipt=C3=A1k?= Date: Sat, 8 Dec 2018 19:04:28 -0500 Subject: [PATCH] Gofmt cgroup_test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Gábor Lipták --- cgroup_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cgroup_test.go b/cgroup_test.go index 3aea61b1acdd3..e3b0583604f62 100644 --- a/cgroup_test.go +++ b/cgroup_test.go @@ -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 }