mirror of
https://codeberg.org/scip/yadu.git
synced 2025-12-16 12:11:00 +01:00
Add indenter member to clone(), fixes #1
This commit is contained in:
@@ -195,5 +195,6 @@ func (h *Handler) clone() *Handler {
|
||||
timeFormat: h.timeFormat,
|
||||
replaceAttr: h.replaceAttr,
|
||||
addSource: h.addSource,
|
||||
indenter: h.indenter,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user