refactor: urfave v3
This commit is contained in:
2
vendor/gopkg.in/yaml.v2/apic.go
generated
vendored
2
vendor/gopkg.in/yaml.v2/apic.go
generated
vendored
@ -143,7 +143,7 @@ func yaml_emitter_set_canonical(emitter *yaml_emitter_t, canonical bool) {
|
||||
emitter.canonical = canonical
|
||||
}
|
||||
|
||||
// // Set the indentation increment.
|
||||
//// Set the indentation increment.
|
||||
func yaml_emitter_set_indent(emitter *yaml_emitter_t, indent int) {
|
||||
if indent < 2 || indent > 9 {
|
||||
indent = 2
|
||||
|
Reference in New Issue
Block a user