From 9178f9d1ee82649a3cb3e015e6150b8fecab8b1a Mon Sep 17 00:00:00 2001 From: Miek Gieben Date: Wed, 11 Nov 2020 18:45:01 +0100 Subject: Remove newlines between braces (#4279) These are found with: `pcregrep -M "}\n\n}" **/*.go` Sometimes a unneeded newline is inserted, remove those. Signed-off-by: Miek Gieben --- plugin/pkg/parse/parse_test.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'plugin/pkg/parse/parse_test.go') diff --git a/plugin/pkg/parse/parse_test.go b/plugin/pkg/parse/parse_test.go index b0ab2c601..4f253a9a0 100644 --- a/plugin/pkg/parse/parse_test.go +++ b/plugin/pkg/parse/parse_test.go @@ -55,7 +55,5 @@ func TestTransferIn(t *testing.T) { } } } - } - } -- cgit v1.2.3