hyprpm: fix clang-format

This commit is contained in:
Vaxry 2026-01-21 13:58:09 +00:00
parent 57e6a57e6b
commit 441a8714c7
No known key found for this signature in database
GPG key ID: 665806380871D640

View file

@ -132,8 +132,7 @@ bool CPluginManager::addNewPluginRepo(const std::string& url, const std::string&
const auto HLVER = getHyprlandVersion();
if (!hasDeps()) {
std::println(stderr, "\n{}",
failureString("Could not clone the plugin repository. Dependencies not satisfied. Hyprpm requires: cmake, cpio, pkg-config, git, g++, gcc"));
std::println(stderr, "\n{}", failureString("Could not clone the plugin repository. Dependencies not satisfied. Hyprpm requires: cmake, cpio, pkg-config, git, g++, gcc"));
return false;
}