Skip to content

Commit aec3364

Browse files
committed
goimport remove from unnecessary file
1 parent 5332270 commit aec3364

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

third_party/VENDOR-LICENSE/github.com/hashicorp/go-cleanhttp/doc.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@
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+
//
1920
package cleanhttp

third_party/VENDOR-LICENSE/github.com/hashicorp/hcl/hcl/fmtcmd/fmtcmd_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
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.

third_party/VENDOR-LICENSE/github.com/hashicorp/hcl/hcl/printer/nodes.go

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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+
//
727728
func (p *printer) isSingleLineObject(val *ast.ObjectItem) bool {
728729
// If there is a lead comment, can't be one line
729730
if val.LeadComment != nil {

0 commit comments

Comments
 (0)