Skip to content

Commit 2d1eddb

Browse files
authored
Merge pull request #737 from k1LoW/zap-flatten-yaml-aliases
Change indentation options for flattening Yaml aliases
2 parents 698ce4c + 5c084af commit 2d1eddb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: runbook.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ func flattenYamlAliases(in []byte) ([]byte, error) {
131131
goyaml.Flow(false),
132132
goyaml.UseSingleQuote(false),
133133
goyaml.UseLiteralStyleIfMultiline(false),
134-
goyaml.IndentSequence(true),
134+
goyaml.IndentSequence(false),
135135
}
136136

137137
var tmp any

0 commit comments

Comments
 (0)