mirror of
https://github.com/docker/compose.git
synced 2026-06-30 05:06:19 +00:00
lint: run gofmt from Go 1.19 (#9728)
Fix comment formatting. Signed-off-by: Milas Bowman <milas.bowman@docker.com>
This commit is contained in:
parent
359133b800
commit
12ad0fddab
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue