mirror of
https://codeberg.org/scip/yadu.git
synced 2025-12-16 20:21: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,
|
timeFormat: h.timeFormat,
|
||||||
replaceAttr: h.replaceAttr,
|
replaceAttr: h.replaceAttr,
|
||||||
addSource: h.addSource,
|
addSource: h.addSource,
|
||||||
|
indenter: h.indenter,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user