mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-19 13:21:37 +00:00
log: gofmt
This commit is contained in:
parent
f3893994c1
commit
9dbaa834bf
1 changed files with 2 additions and 3 deletions
|
|
@ -205,8 +205,8 @@ func (h *GlogHandler) WithAttrs(attrs []slog.Attr) slog.Handler {
|
||||||
return &glogWithAttrs{base: h, origin: h.origin.WithAttrs(attrs)}
|
return &glogWithAttrs{base: h, origin: h.origin.WithAttrs(attrs)}
|
||||||
}
|
}
|
||||||
|
|
||||||
type glogWithAttrs struct{
|
type glogWithAttrs struct {
|
||||||
base *GlogHandler
|
base *GlogHandler
|
||||||
origin slog.Handler
|
origin slog.Handler
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -229,4 +229,3 @@ func (wh *glogWithAttrs) WithAttrs(attrs []slog.Attr) slog.Handler {
|
||||||
func (wh *glogWithAttrs) WithGroup(name string) slog.Handler {
|
func (wh *glogWithAttrs) WithGroup(name string) slog.Handler {
|
||||||
panic("not implemented")
|
panic("not implemented")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue