Skip to content

Commit 2821073

Browse files
committed
chore: format imports
Incidental import formats. Signed-off-by: crozzy <[email protected]>
1 parent b41effa commit 2821073

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

alpine/matcher.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import (
44
"context"
55

66
version "github.com/knqyf263/go-apk-version"
7+
78
"github.com/quay/claircore"
89
"github.com/quay/claircore/libvuln/driver"
910
)

java/matcher.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ import (
44
"context"
55
"net/url"
66

7+
"github.com/quay/zlog"
8+
79
"github.com/quay/claircore"
810
"github.com/quay/claircore/libvuln/driver"
9-
"github.com/quay/zlog"
1011
)
1112

1213
// Matcher matches discovered Java Maven packages against advisories provided via OSV.

nodejs/matcher.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ package nodejs
22

33
import (
44
"context"
5+
56
"github.com/quay/claircore"
67
"github.com/quay/claircore/libvuln/driver"
78
)

0 commit comments

Comments
 (0)