clang-format run
This commit is contained in:
@@ -45,8 +45,7 @@ waybar::modules::Temperature::Temperature(const std::string& id, const Json::Val
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (file_path_.empty())
|
if (file_path_.empty()) throw std::runtime_error("Could not find hwmon by name " + name);
|
||||||
throw std::runtime_error("Could not find hwmon by name " + name);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (file_path_.empty()) {
|
if (file_path_.empty()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user