From 0540f965629313105a967a70e2c977239f95ad91 Mon Sep 17 00:00:00 2001 From: Gergely Nagy Date: Thu, 20 Dec 2018 06:35:42 +0100 Subject: [PATCH] LED-Wavepool: Make cpplint happy too Signed-off-by: Gergely Nagy --- src/kaleidoscope/plugin/LED-Wavepool.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/kaleidoscope/plugin/LED-Wavepool.h b/src/kaleidoscope/plugin/LED-Wavepool.h index 4781d721..e1ad8b69 100644 --- a/src/kaleidoscope/plugin/LED-Wavepool.h +++ b/src/kaleidoscope/plugin/LED-Wavepool.h @@ -28,7 +28,7 @@ namespace kaleidoscope { namespace plugin { class WavepoolEffect : public LEDMode { public: - WavepoolEffect(void) {}; + WavepoolEffect(void) {} EventHandlerResult onKeyswitchEvent(Key &mapped_key, byte row, byte col, uint8_t key_state);