From 6f36463786f35d593d2a69fd2a2d3a010e456d86 Mon Sep 17 00:00:00 2001 From: Alexander Pohl Date: Sun, 20 Sep 2020 11:23:10 +0200 Subject: [PATCH] fix travis ci build issues --- esphome/components/atc_mithermometer/atc_mithermometer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esphome/components/atc_mithermometer/atc_mithermometer.cpp b/esphome/components/atc_mithermometer/atc_mithermometer.cpp index 518476ea1d..c6974cb7bd 100644 --- a/esphome/components/atc_mithermometer/atc_mithermometer.cpp +++ b/esphome/components/atc_mithermometer/atc_mithermometer.cpp @@ -124,4 +124,4 @@ bool ATCMiThermometer::report_results(const optional &result, const } // namespace atc_mithermometer } // namespace esphome -#endif \ No newline at end of file +#endif