Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit 38d2a64

Browse files
committed
Delint
1 parent d2fb7aa commit 38d2a64

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lsp/lsp.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,10 @@ import (
2222
"io"
2323

2424
"github.com/anchore/syft/syft/source"
25-
"github.com/docker/index-cli-plugin/sbom"
2625
"github.com/pkg/errors"
2726

27+
"github.com/docker/index-cli-plugin/sbom"
28+
2829
"github.com/docker/cli/cli/command"
2930
cliflags "github.com/docker/cli/cli/flags"
3031
"github.com/docker/index-cli-plugin/registry"

0 commit comments

Comments
 (0)