mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-20 05:13:11 -06:00
MarshalIndent
This commit is contained in:
parent
4dc166a6ca
commit
8caeb01226
|
|
@ -54,7 +54,7 @@ func Setup(instanceName string) (*Node, error) {
|
|||
panic(err)
|
||||
}
|
||||
} else {
|
||||
j, err := json.Marshal(n.config)
|
||||
j, err := json.MarshalIndent(n.config, "", " ")
|
||||
if err != nil {
|
||||
panic(err)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue