Skip to content

Commit

Permalink
fix: linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyLewen committed Dec 9, 2024
1 parent 3ebf04c commit 8aff7f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/flag/scan_flags_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ package flag_test
import (
"testing"

ftypes "github.com/aquasecurity/trivy/pkg/fanal/types"
"github.com/spf13/viper"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"

ftypes "github.com/aquasecurity/trivy/pkg/fanal/types"
"github.com/aquasecurity/trivy/pkg/flag"
"github.com/aquasecurity/trivy/pkg/types"
)
Expand Down

0 comments on commit 8aff7f3

Please sign in to comment.