From e2e221a166607be9edca4a5d10e069f5820bd97f Mon Sep 17 00:00:00 2001 From: Evan Lezar Date: Tue, 14 Nov 2023 13:37:40 +0100 Subject: [PATCH] Run go fmt on pciids/pciids.go Signed-off-by: Evan Lezar --- pkg/pciids/pciids.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/pciids/pciids.go b/pkg/pciids/pciids.go index f3b7f85..5f25c00 100644 --- a/pkg/pciids/pciids.go +++ b/pkg/pciids/pciids.go @@ -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