Browse Source

Fix bad PR merge for #6580. (#12721)

Nick Brassel 4 years ago
parent
commit
0a8e37509b
1 changed files with 0 additions and 2 deletions
  1. 0 2
      quantum/process_keycode/process_leader.h

+ 0 - 2
quantum/process_keycode/process_leader.h

@@ -41,5 +41,3 @@ void qk_leader_start(void);
 #else
 #else
 #    define LEADER_DICTIONARY() if (leading && timer_elapsed(leader_time) > LEADER_TIMEOUT)
 #    define LEADER_DICTIONARY() if (leading && timer_elapsed(leader_time) > LEADER_TIMEOUT)
 #endif
 #endif
-
-#endif