1
0
mirror of https://github.com/esphome/esphome.git synced 2025-01-31 02:00:55 +00:00

fix: (Component WaveshareEPaper) Add missing endline per lint

This commit is contained in:
rrachasak 2024-12-22 21:23:00 +07:00
parent d72dbb640e
commit 62226f2987
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -183,4 +183,4 @@ void WaveshareEPaper2P13InV3::set_full_update_every(uint32_t full_update_every)
}
} // namespace waveshare_epaper
} // namespace esphome
} // namespace esphome

View File

@ -3296,4 +3296,4 @@ void WaveshareEPaper13P3InK::dump_config() {
}
} // namespace waveshare_epaper
} // namespace esphome
} // namespace esphome