mirror of
https://github.com/rancher/os.git
synced 2025-05-06 15:16:19 +00:00
Update vendor
This commit is contained in:
parent
aaa26a120c
commit
1d7ac008d4
2
vendor/github.com/cloudfoundry-incubator/candiedyaml/emitter.go
generated
vendored
2
vendor/github.com/cloudfoundry-incubator/candiedyaml/emitter.go
generated
vendored
@ -322,7 +322,7 @@ func yaml_emitter_emit_stream_start(emitter *yaml_emitter_t, event *yaml_event_t
|
||||
}
|
||||
|
||||
if emitter.best_width >= 0 && emitter.best_width <= emitter.best_indent*2 {
|
||||
emitter.best_width = 80
|
||||
emitter.best_width = 512
|
||||
}
|
||||
|
||||
if emitter.best_width < 0 {
|
||||
|
Loading…
Reference in New Issue
Block a user