only add a space between text entries if there is already content
So we don't have a trailing space at the end of each log line
This commit is contained in:
@@ -16,7 +16,7 @@ func TestFormatting(t *testing.T) {
|
||||
value string
|
||||
expected string
|
||||
}{
|
||||
{`foo`, "time=\"0001-01-01T00:00:00Z\" level=panic test=foo \n"},
|
||||
{`foo`, "time=\"0001-01-01T00:00:00Z\" level=panic test=foo\n"},
|
||||
}
|
||||
|
||||
for _, tc := range testCases {
|
||||
|
||||
Reference in New Issue
Block a user