mirror of
https://github.com/rancher/os.git
synced 2025-09-05 00:37:12 +00:00
Update vendor
This commit is contained in:
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 {
|
||||
|
Reference in New Issue
Block a user