From 1d7ac008d4c550bd9d7adb00ca5c65dde688feee Mon Sep 17 00:00:00 2001 From: niusmallnan Date: Wed, 23 Jan 2019 02:30:23 +0000 Subject: [PATCH] Update vendor --- vendor/github.com/cloudfoundry-incubator/candiedyaml/emitter.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/github.com/cloudfoundry-incubator/candiedyaml/emitter.go b/vendor/github.com/cloudfoundry-incubator/candiedyaml/emitter.go index bd2014f3..5c7e221f 100644 --- a/vendor/github.com/cloudfoundry-incubator/candiedyaml/emitter.go +++ b/vendor/github.com/cloudfoundry-incubator/candiedyaml/emitter.go @@ -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 {