Skip to content

Commit

Permalink
sort imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
ahrav committed Aug 1, 2023
1 parent b8bf6ce commit 255ac7b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkg/detectors/virustotal/virustotal_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@ import (

"github.com/kylelemons/godebug/pretty"

"github.com/trufflesecurity/trufflehog/v3/pkg/detectors"

"github.com/trufflesecurity/trufflehog/v3/pkg/common"
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors"
"github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb"
)

Expand Down

0 comments on commit 255ac7b

Please sign in to comment.