Skip to content

Commit 632a3f8

Browse files
jwasingerholiman
authored andcommitted
remove commented code and no-op space
1 parent d929f63 commit 632a3f8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

log/format.go

-2
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,7 @@ func (h *TerminalHandler) TerminalFormat(buf []byte, r slog.Record, usecolor boo
9696

9797
func (h *TerminalHandler) logfmt(buf *bytes.Buffer, r slog.Record, color string) {
9898
writeAttr := func(attr slog.Attr, first, last bool) {
99-
//if !first {
10099
buf.WriteByte(' ')
101-
//}
102100

103101
if color != "" {
104102
buf.WriteString(color)

0 commit comments

Comments
 (0)