diff --git a/source/custom/rules/usb_id_rule.go b/source/custom/rules/usb_id_rule.go index 02b48685d..fc1ee91a1 100644 --- a/source/custom/rules/usb_id_rule.go +++ b/source/custom/rules/usb_id_rule.go @@ -76,4 +76,3 @@ func (r *UsbIdRule) matchDevOnRule(dev usbutils.UsbDeviceInfo) bool { return true } -