Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Goodman <[email protected]>
  • Loading branch information
wagoodman committed Apr 3, 2023
1 parent 6b7766a commit 1685ce3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions syft/pkg/portage_metadata.go
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
package pkg

import (
"github.com/anchore/syft/syft/file"
"github.com/scylladb/go-set/strset"
"sort"

"github.com/scylladb/go-set/strset"

"github.com/anchore/syft/syft/file"
)

var _ FileOwner = (*PortageMetadata)(nil)
Expand Down

0 comments on commit 1685ce3

Please sign in to comment.