mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 08:14:18 -04:00
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>
This commit is contained in:
@@ -76,7 +76,6 @@ func TestZoneReloadSOAChange(t *testing.T) {
|
||||
if err == nil {
|
||||
t.Fatalf("Zone should not have been re-parsed")
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
const reloadZoneTest = `miek.nl. 1627 IN SOA linode.atoom.net. miek.miek.nl. 1460175181 14400 3600 604800 14400
|
||||
|
||||
Reference in New Issue
Block a user