Fixed missing brace after wrong merge

This commit is contained in:
Dennis 2018-08-05 22:40:58 +02:00 committed by GitHub
parent f9ef1703ff
commit 8a6a17c003
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -198,6 +198,7 @@ func TestNewlineBehavior(t *testing.T) {
if !bytes.Contains(b, []byte("test message\n")) {
t.Error("Double newline at end of Entry.Message did not result in a single newline after formatting")
}
}
func TestTextFormatterFieldMap(t *testing.T) {
formatter := &TextFormatter{