1
0
mirror of https://github.com/json-iterator/go.git synced 2025-05-13 21:36:29 +02:00

good enough indent implementation

This commit is contained in:
Tao Wen 2017-06-06 23:18:37 +08:00
parent 962a8cd303
commit 925df245d3

@ -175,5 +175,5 @@ func (adapter *AdaptedEncoder) Encode(val interface{}) error {
} }
func (adapter *AdaptedEncoder) SetIndent(prefix, indent string) { func (adapter *AdaptedEncoder) SetIndent(prefix, indent string) {
// not implemented yet adapter.stream.IndentionStep = len(indent)
} }