From c2dbb7141a7c95aa521a41b27bed3af25de8f546 Mon Sep 17 00:00:00 2001 From: Ondřej Benkovský Date: Sun, 10 Jul 2022 20:06:33 +0200 Subject: add golangci-lint linter (#5499) --- plugin/header/header_test.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'plugin/header/header_test.go') diff --git a/plugin/header/header_test.go b/plugin/header/header_test.go index 396e26d07..bd80e8635 100644 --- a/plugin/header/header_test.go +++ b/plugin/header/header_test.go @@ -78,7 +78,5 @@ func TestHeader(t *testing.T) { t.Errorf("Test %d: Expected flag state=%t, but got %t", i, test.expected, test.got(m)) continue } - } - } -- cgit v1.2.3