codestyle

This commit is contained in:
Yu Leng
2025-10-20 15:53:25 +08:00
parent b063ec5d47
commit 996be1d865

View File

@@ -1025,7 +1025,7 @@ void send_powerdisplay_message_to_settings_ui(const wchar_t* message)
Logger::warn(L"current_settings_ipc is null, cannot send to Settings UI"); Logger::warn(L"current_settings_ipc is null, cannot send to Settings UI");
} }
} }
catch (const std::exception& ex) catch (const std::exception&)
{ {
Logger::error(L"Exception while sending PowerDisplay message to Settings UI"); Logger::error(L"Exception while sending PowerDisplay message to Settings UI");
} }