Skip to content

Commit

Permalink
follow the lint rule
Browse files Browse the repository at this point in the history
Signed-off-by: Zxilly <zxilly@outlook.com>
  • Loading branch information
Zxilly committed Jun 14, 2024
1 parent f091ce1 commit 4221040
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions clients/osv.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,12 @@ import (
"context"
"errors"
"fmt"
"github.com/google/osv-scanner/pkg/osvscanner"
sce "github.com/ossf/scorecard/v5/errors"
"os"
"runtime/debug"

"github.com/google/osv-scanner/pkg/osvscanner"

sce "github.com/ossf/scorecard/v5/errors"
)

var _ VulnerabilitiesClient = osvClient{}
Expand Down

0 comments on commit 4221040

Please sign in to comment.