From 12ad0fddab11bf8cfc2715b3c19a6db0d22cd1d8 Mon Sep 17 00:00:00 2001 From: Milas Bowman Date: Mon, 8 Aug 2022 11:36:57 -0400 Subject: [PATCH] lint: run gofmt from Go 1.19 (#9728) Fix comment formatting. Signed-off-by: Milas Bowman --- pkg/compose/build_classic.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/compose/build_classic.go b/pkg/compose/build_classic.go index dc88dee3f..a6cc2a3fa 100644 --- a/pkg/compose/build_classic.go +++ b/pkg/compose/build_classic.go @@ -65,7 +65,7 @@ func (s *composeService) doBuildClassic(ctx context.Context, project *types.Proj return nameDigests, errs } -//nolint: gocyclo +// nolint: gocyclo func (s *composeService) doBuildClassicSimpleImage(ctx context.Context, options buildx.Options) (string, error) { var ( buildCtx io.ReadCloser