aboutsummaryrefslogtreecommitdiff
path: root/plugin/pkg/parse/parse_test.go
diff options
context:
space:
mode:
authorGravatar Miek Gieben <miek@miek.nl> 2020-11-11 18:45:01 +0100
committerGravatar GitHub <noreply@github.com> 2020-11-11 18:45:01 +0100
commit9178f9d1ee82649a3cb3e015e6150b8fecab8b1a (patch)
tree0e7a99021dcc440d894c8bf84d2b9e86167a37d6 /plugin/pkg/parse/parse_test.go
parent4b87be2a0eb9ca70ecb8a04b1bf57cb5ea5a7c95 (diff)
downloadcoredns-9178f9d1ee82649a3cb3e015e6150b8fecab8b1a.tar.gz
coredns-9178f9d1ee82649a3cb3e015e6150b8fecab8b1a.tar.zst
coredns-9178f9d1ee82649a3cb3e015e6150b8fecab8b1a.zip
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 <miek@miek.nl>
Diffstat (limited to 'plugin/pkg/parse/parse_test.go')
-rw-r--r--plugin/pkg/parse/parse_test.go2
1 files changed, 0 insertions, 2 deletions
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) {
}
}
}
-
}
-
}