Skip to content

Commit 9714850

Browse files
committed
fix: align variable declarations in stop.go
1 parent 4da1bce commit 9714850

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/stop/stop.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ import (
1313

1414
var (
1515
stopAppleAnalyticsForwarders = utils.StopAppleAnalyticsForwarders
16-
listProjectVolumes = utils.ListProjectVolumes
17-
dockerRemoveAll = utils.DockerRemoveAll
16+
listProjectVolumes = utils.ListProjectVolumes
17+
dockerRemoveAll = utils.DockerRemoveAll
1818
)
1919

2020
func Run(ctx context.Context, backup bool, projectId string, all bool, fsys afero.Fs) error {

0 commit comments

Comments
 (0)