diff options
author | QMK Bot <hello@qmk.fm> | 2020-03-13 18:44:56 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2020-03-13 18:44:56 +0000 |
commit | 5e98eaaaff8fde1ce25b9bad6c00a982718cb467 (patch) | |
tree | 6af5516366a2a35b29ee7710c33eb47c2ead5718 /tests/basic/keymap.c | |
parent | 9e8767917d628afd3dc43759d1d50151c61944a1 (diff) |
format code according to conventions [skip ci]
Diffstat (limited to 'tests/basic/keymap.c')
-rw-r--r-- | tests/basic/keymap.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/basic/keymap.c b/tests/basic/keymap.c index 951ce8e0cc..2b5747abb7 100644 --- a/tests/basic/keymap.c +++ b/tests/basic/keymap.c @@ -43,4 +43,3 @@ const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) { } return MACRO_NONE; }; - |