Fix typo
This commit is contained in:
parent
e0f8de6c35
commit
338f9bc140
2
event.go
2
event.go
|
@ -155,7 +155,7 @@ func (e *Event) Dict(key string, dict *Event) *Event {
|
||||||
}
|
}
|
||||||
dict.buf = enc.AppendEndMarker(dict.buf)
|
dict.buf = enc.AppendEndMarker(dict.buf)
|
||||||
e.buf = append(enc.AppendKey(e.buf, key), dict.buf...)
|
e.buf = append(enc.AppendKey(e.buf, key), dict.buf...)
|
||||||
putEvent(e)
|
putEvent(dict)
|
||||||
return e
|
return e
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue