mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 11:48:06 +01:00
codestyle
This commit is contained in:
@@ -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");
|
||||
}
|
||||
}
|
||||
catch (const std::exception& ex)
|
||||
catch (const std::exception&)
|
||||
{
|
||||
Logger::error(L"Exception while sending PowerDisplay message to Settings UI");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user