From 8a6921800ba34f5ee913b28c2977824cfe6505ef Mon Sep 17 00:00:00 2001 From: Masterz69 Date: Fri, 19 Apr 2024 13:32:01 +0300 Subject: [PATCH] Update aj_sr04m.cpp Fix clang --- esphome/components/aj_sr04m/aj_sr04m.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/esphome/components/aj_sr04m/aj_sr04m.cpp b/esphome/components/aj_sr04m/aj_sr04m.cpp index cb44251f96..319f03cde5 100644 --- a/esphome/components/aj_sr04m/aj_sr04m.cpp +++ b/esphome/components/aj_sr04m/aj_sr04m.cpp @@ -21,7 +21,6 @@ void Ajsr04mComponent::update() { ESP_LOGW(TAG, "checksum failed: %02x != %02x", checksum, frame[3]); } } - } void Ajsr04mComponent::dump_config() { LOG_SENSOR("", "AJ_SR04M Sensor", this);