Suggested changes

This commit is contained in:
Phani Teja Marupaka
2021-07-07 23:22:15 -07:00
parent ed38b5fe2b
commit 6dbc74b32e
8 changed files with 77 additions and 69 deletions

View File

@@ -581,7 +581,7 @@ spec:
w := tc.instance
w.Writer = &out
w.Reader = &in
w.RetainSeqIndent = true
w.AddSeqIndentAnnotation = true
nodes, err := w.Read()
if !assert.NoError(t, err) {