Merge branch 'fix-fmt' into 'main'

Run go fmt on pciids/pciids.go

See merge request nvidia/cloud-native/go-nvlib!58
This commit is contained in:
Evan Lezar 2023-11-14 12:38:04 +00:00
commit d954f99641

View File

@ -182,6 +182,7 @@ var defaultPCIdbPaths = []string{
}
// This is a fallback if all of the locations fail
//
//go:embed default_pci.ids
var defaultPCIdb []byte