Skip to content

Commit 12ad0fd

Browse files
authored
lint: run gofmt from Go 1.19 (docker#9728)
Fix comment formatting. Signed-off-by: Milas Bowman <[email protected]>
1 parent 359133b commit 12ad0fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/compose/build_classic.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ func (s *composeService) doBuildClassic(ctx context.Context, project *types.Proj
6565
return nameDigests, errs
6666
}
6767

68-
//nolint: gocyclo
68+
// nolint: gocyclo
6969
func (s *composeService) doBuildClassicSimpleImage(ctx context.Context, options buildx.Options) (string, error) {
7070
var (
7171
buildCtx io.ReadCloser

0 commit comments

Comments
 (0)