clang-format run

This commit is contained in:
ico277
2024-10-22 18:56:10 +02:00
parent b92394cd4d
commit 00e5cb7568
+2 -3
View File
@@ -43,10 +43,9 @@ waybar::modules::Temperature::Temperature(const std::string& id, const Json::Val
}
}
}
}
}
}
if (file_path_.empty())
throw std::runtime_error("Could not find hwmon by name " + name);
if (file_path_.empty()) throw std::runtime_error("Could not find hwmon by name " + name);
}
if (file_path_.empty()) {