chore(cr): cr cleanup

This commit is contained in:
Dan
2019-05-03 08:08:55 -04:00
parent 5f0a3063d1
commit dd0ebe117c
2 changed files with 0 additions and 3 deletions

View File

@ -109,8 +109,6 @@ const std::string waybar::modules::Battery::getAdapterStatus(uint8_t capacity) c
return "Unknown";
}
auto waybar::modules::Battery::update() -> void {
auto [capacity, status] = getInfos();
if (status == "Unknown") {