]> Cypherpunks repositories - gostls13.git/commit
log/slog: correct formatting
authorJoel Sing <joel@sing.id.au>
Fri, 16 Feb 2024 15:21:11 +0000 (02:21 +1100)
committerJonathan Amsterdam <jba@google.com>
Tue, 20 Feb 2024 20:44:14 +0000 (20:44 +0000)
commit4ce008d7d35237a40619e24d0d045bdcb3752cd3
tree488f15ca647218a945515f84b2df4792212288dc
parent5a412045046586d35488c34fd3ce21ef0960ce44
log/slog: correct formatting

Code added in CL #558755 and CL #561315 (both via github) were not
appropriately formatted. Run gofmt to address this.

Change-Id: Iaf7abca9c2ad4e0fabecc417234b743b6b15e9c9
Reviewed-on: https://go-review.googlesource.com/c/go/+/564719
Run-TryBot: Joel Sing <joel@sing.id.au>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Than McIntosh <thanm@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Jonathan Amsterdam <jba@google.com>
src/log/slog/level_test.go
src/log/slog/value_test.go