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

source/custom: minor change in usb rule for gofmt

Signed-off-by: Jordan Jacobelli <jordanjacobelli04@gmail.com>
This commit is contained in:
Jordan Jacobelli 2020-05-20 19:15:20 +02:00
parent 67b3da2f31
commit e3a9616c8b

View file

@ -76,4 +76,3 @@ func (r *UsbIdRule) matchDevOnRule(dev usbutils.UsbDeviceInfo) bool {
return true return true
} }