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:
parent
4b87be2a0e
commit
9178f9d1ee
9 changed files with 0 additions and 11 deletions
|
@ -162,5 +162,4 @@ func TestLogParse(t *testing.T) {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue