From 8017543a21306f06c7e16d0ae8036dff3b8a953b Mon Sep 17 00:00:00 2001 From: phoenixswiss <52887628+phoenixswiss@users.noreply.github.com> Date: Sat, 26 Aug 2023 10:26:37 +0200 Subject: [PATCH] fixed clang-format --- esphome/components/waveshare_epaper/waveshare_epaper.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esphome/components/waveshare_epaper/waveshare_epaper.cpp b/esphome/components/waveshare_epaper/waveshare_epaper.cpp index d846fa019ae7..7d17404ccd0d 100644 --- a/esphome/components/waveshare_epaper/waveshare_epaper.cpp +++ b/esphome/components/waveshare_epaper/waveshare_epaper.cpp @@ -1586,7 +1586,7 @@ void WaveshareEPaper7P5InV2::initialize() { this->data(0x3f); this->data(0x3f); - //we don't want the display to be powered at this point + // We don't want the display to be powered at this point delay(100); // NOLINT this->wait_until_idle_();