Skip to content

Commit 4ea4abe

Browse files
committed
chore: fix copybara sorting quirk (#1242)
`"github.com/aspect-build/silo/cli` imports should be in their own "sections" since the are renamed to `aspect.build/cli` by copybara and can create formatter sorting quirks in the oss aspect-cli repo after copybara. GitOrigin-RevId: 8f38966405c06f7d59cfede2369592dcc80b0272
1 parent 1200425 commit 4ea4abe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/aspect/init/init.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ import (
2929
"aspect.build/cli/pkg/bazel"
3030
"aspect.build/cli/pkg/bazel/workspace"
3131
"aspect.build/cli/pkg/ioutils"
32+
3233
semver "github.com/Masterminds/semver/v3"
3334
"github.com/fatih/color"
3435
"github.com/manifoldco/promptui"

0 commit comments

Comments
 (0)