Fix double code indenting (#23117)

This commit is contained in:
Nick Brassel 2024-02-20 11:45:25 +11:00 committed by GitHub
parent 672986a078
commit 7df44ffb75
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -335,7 +335,6 @@ is not set, all other layers will reference themselves.
```c
#define COMBO_REF_DEFAULT _MY_COMBO_LAYER
...
uint8_t combo_ref_from_layer(uint8_t layer){
switch (get_highest_layer(layer_state)){