mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-12 01:41:36 +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)}
|
||||
}
|
||||
|
||||
type glogWithAttrs struct{
|
||||
base *GlogHandler
|
||||
type glogWithAttrs struct {
|
||||
base *GlogHandler
|
||||
origin slog.Handler
|
||||
}
|
||||
|
||||
|
|
@ -229,4 +229,3 @@ func (wh *glogWithAttrs) WithAttrs(attrs []slog.Attr) slog.Handler {
|
|||
func (wh *glogWithAttrs) WithGroup(name string) slog.Handler {
|
||||
panic("not implemented")
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue