mirror of https://github.com/sirupsen/logrus.git
Fixed missing brace after wrong merge
This commit is contained in:
parent
f9ef1703ff
commit
8a6a17c003
|
@ -198,6 +198,7 @@ func TestNewlineBehavior(t *testing.T) {
|
||||||
if !bytes.Contains(b, []byte("test message\n")) {
|
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")
|
t.Error("Double newline at end of Entry.Message did not result in a single newline after formatting")
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
func TestTextFormatterFieldMap(t *testing.T) {
|
func TestTextFormatterFieldMap(t *testing.T) {
|
||||||
formatter := &TextFormatter{
|
formatter := &TextFormatter{
|
||||||
|
|
Loading…
Reference in New Issue