Skip to content

Commit

Permalink
2024.6.1: Cosmetic
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewjswan committed Jun 8, 2024
1 parent 06c083c commit b9793d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/ehmtxv2/EHMTX.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2637,8 +2637,8 @@ namespace esphome
}
else
{
this->display->printf(x, ypos, font, c_, display::TextAlign::BASELINE_LEFT, "%s", parts.at(i).c_str());
}
this->display->printf(x, ypos, font, c_, display::TextAlign::BASELINE_LEFT, "%s", parts.at(i).c_str());
}
}
else if (i == 2) // Minutes
{
Expand Down

0 comments on commit b9793d2

Please sign in to comment.