mirror of
https://github.com/coredns/coredns.git
synced 2025-10-28 16:54:15 -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:
@@ -55,7 +55,5 @@ func TestTransferIn(t *testing.T) {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user