From ba13707b37f01b612b4de0c4d49fcaaff9ce384d Mon Sep 17 00:00:00 2001 From: Richard Bainesly Date: Fri, 21 Jun 2024 17:42:44 -0400 Subject: [PATCH] format --- src/debug/HyprCtl.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/debug/HyprCtl.cpp b/src/debug/HyprCtl.cpp index d0998c54..9a8c9c47 100644 --- a/src/debug/HyprCtl.cpp +++ b/src/debug/HyprCtl.cpp @@ -1831,9 +1831,7 @@ int hyprCtlFDTick(int fd, uint32_t mask, void* data) { if (iss >> val) { try { runWritingDebugLogThread(ACCEPTEDCONNECTION, std::stoi(val)); - } catch (std::invalid_argument& e) { - Debug::log(ERR, "Error in rollinglog request: {}", e.what()); - } + } catch (std::invalid_argument& e) { Debug::log(ERR, "Error in rollinglog request: {}", e.what()); } } else { runWritingDebugLogThread(ACCEPTEDCONNECTION); }