mirror of https://github.com/jetkvm/kvm.git
Update hid_mouse_absolute.go
Attempt to fix line reported as improperly formatted by lint.
This commit is contained in:
parent
4c0bc7e6db
commit
f085e5e501
|
@ -113,7 +113,7 @@ func (u *UsbGadget) AbsMouseWheelReport(wheelY int8) error {
|
|||
}
|
||||
|
||||
err := u.absMouseWriteHidFile([]byte{
|
||||
2, // Report ID 2
|
||||
2, // Report ID 2
|
||||
byte(wheelY), // Wheel Y (signed)
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in New Issue