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

@@ -27,5 +27,4 @@ func TestType(t *testing.T) {
t.Errorf("Test %d: Expected what %v, but got %v", i, tc.expectedType, what)
}
}
}