diff --git a/esphome/components/ld2415h/ld2415h.h b/esphome/components/ld2415h/ld2415h.h index 6642389dc2..e508dfaf46 100644 --- a/esphome/components/ld2415h/ld2415h.h +++ b/esphome/components/ld2415h/ld2415h.h @@ -32,7 +32,7 @@ enum UnitOfMeasure : uint8_t { KPH = 0x00, MPH = 0x01, MPS = 0x02 }; class LD2415HListener { public: - virtual void on_speed(uint8_t speed) {}; + virtual void on_speed(uint8_t speed){}; }; class LD2415HComponent : public Component, public uart::UARTDevice {