From 53f3119092e8d0089ae4d85cafa48790a7545cd6 Mon Sep 17 00:00:00 2001 From: CptSkippy Date: Mon, 27 May 2024 00:29:20 -0700 Subject: [PATCH] Update ld2415h.h --- esphome/components/ld2415h/ld2415h.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {