Skip to content

Commit

Permalink
Revert "Enable new line (resolves #202)"
Browse files Browse the repository at this point in the history
This reverts commit d133384.
  • Loading branch information
Nauman-S committed Dec 30, 2024
1 parent e3f63a6 commit 18d78e2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions turbo/logging/oklogformat.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ func OkLogV1Format(r *log.Record) []byte {
return b
}

b = append(b, '\n')

return b
}

Expand Down

0 comments on commit 18d78e2

Please sign in to comment.