File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
third_party/VENDOR-LICENSE/github.com/hashicorp Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1616// connecting to the same hosts repeatedly from the same client, you can use
1717// DefaultPooledClient to receive a client that has connection pooling
1818// semantics similar to http.DefaultClient.
19+ //
1920package cleanhttp
Original file line number Diff line number Diff line change 1- //go:build !windows
21// +build !windows
3-
42// TODO(jen20): These need fixing on Windows but fmt is not used right now
53// and red CI is making it harder to process other bugs, so ignore until
64// we get around to fixing them.
Original file line number Diff line number Diff line change @@ -721,9 +721,10 @@ func (p *printer) heredocIndent(buf []byte) []byte {
721721//
722722// A single line object:
723723//
724- // - has no lead comments (hence multi-line)
725- // - has no assignment
726- // - has no values in the stanza (within {})
724+ // * has no lead comments (hence multi-line)
725+ // * has no assignment
726+ // * has no values in the stanza (within {})
727+ //
727728func (p * printer ) isSingleLineObject (val * ast.ObjectItem ) bool {
728729 // If there is a lead comment, can't be one line
729730 if val .LeadComment != nil {
You can’t perform that action at this time.
0 commit comments