Skip to content

Commit 78f8552

Browse files
ci(pre-commit): Apply automatic fixes
1 parent 7690712 commit 78f8552

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/BLE/src/HIDKeyboardTypes.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ enum MODIFIER_KEY {
3232
KEY_CTRL = BIT(0),
3333
KEY_SHIFT = BIT(1),
3434
KEY_ALT = BIT(2),
35-
KEY_GUI = BIT(3), /*!< GUI key (Command on macOS, Windows key on Windows) */
35+
KEY_GUI = BIT(3), /*!< GUI key (Command on macOS, Windows key on Windows) */
3636
/* Left modifiers */
3737
KEY_LEFT_CTRL = BIT(0),
3838
KEY_LEFT_SHIFT = BIT(1),

0 commit comments

Comments
 (0)