1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2025-03-05 08:17:04 +00:00

source/custom: gofmt fix

This commit is contained in:
Markus Lehtonen 2020-04-21 22:00:01 +03:00
parent 6d1aa73ca1
commit fbf0b07525

View file

@ -26,7 +26,7 @@ import (
// Custom Features Configurations
type MatchRule struct {
PciId *rules.PciIdRule `json:"pciId,omitempty""`
PciId *rules.PciIdRule `json:"pciId,omitempty""`
LoadedKMod *rules.LoadedKModRule `json:"loadedKMod,omitempty""`
}