1
0
mirror of https://github.com/rancher/os.git synced 2025-05-31 10:55:32 +00:00

Update vendor

This commit is contained in:
niusmallnan 2019-01-23 02:30:23 +00:00 committed by niusmallnan
parent aaa26a120c
commit 1d7ac008d4

View File

@ -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 { 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 { if emitter.best_width < 0 {