chore/ Fix go lint error

Trailing tabs on hid_keyboard.go
This commit is contained in:
Marc Brooks 2025-07-11 15:19:48 -05:00
parent f1953fddbc
commit 3ea81a3cd5
No known key found for this signature in database
GPG Key ID: 583A6AF2D6AE1DC6
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ var keyboardConfig = gadgetConfigItem{
"protocol": "1", "protocol": "1",
"subclass": "1", "subclass": "1",
"report_length": "8", "report_length": "8",
"no_out_endpoint": "0", "no_out_endpoint": "0",
}, },
reportDesc: keyboardReportDesc, reportDesc: keyboardReportDesc,
} }