From e47ad846c4b6100aaff7013a3516d329bde19194 Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Mon, 9 Mar 2020 11:34:10 +1100 Subject: big golangci-lint cleanup --- pkg/utils/utils_test.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'pkg/utils') diff --git a/pkg/utils/utils_test.go b/pkg/utils/utils_test.go index 82df3e94a..0e11a028c 100644 --- a/pkg/utils/utils_test.go +++ b/pkg/utils/utils_test.go @@ -196,8 +196,6 @@ func TestDisplayArraysAligned(t *testing.T) { } } -type myStruct struct{} - // TestGetPaddedDisplayStrings is a function. func TestGetPaddedDisplayStrings(t *testing.T) { type scenario struct { -- cgit v1.2.3