Skip to content

Commit 6198ed5

Browse files
leoperegrinondeloof
authored andcommitted
fix linting errors
Signed-off-by: Leonardo Peregrino <[email protected]>
1 parent 00ccddb commit 6198ed5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pkg/compose/volumes.go

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,14 @@ import (
2020
"context"
2121
"slices"
2222

23-
"github.com/docker/docker/api/types/container"
2423
"github.com/compose-spec/compose-go/v2/types"
2524
"github.com/docker/compose/v2/pkg/api"
25+
"github.com/docker/docker/api/types/container"
2626
"github.com/docker/docker/api/types/filters"
2727
"github.com/docker/docker/api/types/volume"
2828
)
2929

30-
func (s *composeService) Volumes( ctx context.Context, project *types.Project, options api.VolumesOptions) ([]api.VolumesSummary, error) {
31-
30+
func (s *composeService) Volumes(ctx context.Context, project *types.Project, options api.VolumesOptions) ([]api.VolumesSummary, error) {
3231
projectName := project.Name
3332

3433
allContainers, err := s.apiClient().ContainerList(ctx, container.ListOptions{

0 commit comments

Comments
 (0)