Skip to content

Commit 1e725ca

Browse files
authored
Merge pull request moby#3854 from thaJeztah/remove_redundant_type
exporter/containerimage: remove redundant type for var declaration
2 parents b7049f6 + 378ea1e commit 1e725ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exporter/containerimage/attestations.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import (
2424
spdx "github.com/spdx/tools-golang/spdx/v2_3"
2525
)
2626

27-
var intotoPlatform ocispecs.Platform = ocispecs.Platform{
27+
var intotoPlatform = ocispecs.Platform{
2828
Architecture: "unknown",
2929
OS: "unknown",
3030
}

0 commit comments

Comments
 (0)