Skip to content

Commit b4525b8

Browse files
authored
chore/ Fix go lint error (#683)
1 parent 5a3ce2d commit b4525b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/usbgadget/hid_keyboard.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ var keyboardConfig = gadgetConfigItem{
1717
"protocol": "1",
1818
"subclass": "1",
1919
"report_length": "8",
20-
"no_out_endpoint": "0",
20+
"no_out_endpoint": "0",
2121
},
2222
reportDesc: keyboardReportDesc,
2323
}

0 commit comments

Comments
 (0)