Add indenter member to clone(), fixes #1

This commit is contained in:
T.v.Dein
2024-01-18 21:22:25 +01:00
committed by GitHub
parent f38955c4bc
commit ec3f0b7fc3

View File

@@ -195,5 +195,6 @@ func (h *Handler) clone() *Handler {
timeFormat: h.timeFormat,
replaceAttr: h.replaceAttr,
addSource: h.addSource,
indenter: h.indenter,
}
}