mirror of
https://github.com/corda/corda.git
synced 2025-04-07 19:34:41 +00:00
CORDA-741 changed formatted to true
This commit is contained in:
parent
75ba471238
commit
91bba5e263
@ -205,7 +205,7 @@ class Node(private val project: Project) : CordformNode() {
|
||||
.defaults()
|
||||
.setOriginComments(false)
|
||||
.setComments(false)
|
||||
.setFormatted(false)
|
||||
.setFormatted(true)
|
||||
.setJson(false)
|
||||
val configFileText = config.root().render(options).split("\n").toList()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user