fix a lint issue

pull/365/head
Jesse Vincent 7 years ago
parent 580953a39a
commit 588fa21148
No known key found for this signature in database
GPG Key ID: 122F5DF7108E4046

@ -23,7 +23,7 @@
namespace kaleidoscope {
class BootGreetingEffect : public KaleidoscopePlugin {
public:
BootGreetingEffect(void) {};
BootGreetingEffect(void) {}
void begin(void) final;

Loading…
Cancel
Save