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:
Miek Gieben
2020-11-11 18:45:01 +01:00
committed by GitHub
parent 4b87be2a0e
commit 9178f9d1ee
9 changed files with 0 additions and 11 deletions

View File

@@ -51,7 +51,6 @@ func TestWatcher(t *testing.T) {
if _, ok := a.Zones.Z["example.org."]; !ok {
t.Errorf("Expected %q to still be there.", "example.org.")
}
}
func TestSymlinks(t *testing.T) {