Skip to content

Commit 39c0980

Browse files
committed
goimport
1 parent 68d4ef9 commit 39c0980

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

cmd/build.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ func (c buildConfig) Prompt() (buildConfig, error) {
416416
if err != nil {
417417
return c, err
418418
}
419-
419+
420420
if c.Builder == "host" {
421421
hostQs := []*survey.Question{
422422
{
@@ -432,7 +432,7 @@ func (c buildConfig) Prompt() (buildConfig, error) {
432432
return c, err
433433
}
434434
}
435-
435+
436436
return c, nil
437437
}
438438

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

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

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1+
//go:build !windows
12
// +build !windows
3+
24
// TODO(jen20): These need fixing on Windows but fmt is not used right now
35
// and red CI is making it harder to process other bugs, so ignore until
46
// we get around to fixing them.

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -721,10 +721,9 @@ 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 {})
727-
//
724+
// - has no lead comments (hence multi-line)
725+
// - has no assignment
726+
// - has no values in the stanza (within {})
728727
func (p *printer) isSingleLineObject(val *ast.ObjectItem) bool {
729728
// If there is a lead comment, can't be one line
730729
if val.LeadComment != nil {

0 commit comments

Comments
 (0)