format code

This commit is contained in:
dranik
2026-05-29 22:40:24 +03:00
parent 9fa03e5387
commit 61afebcedb
3 changed files with 48 additions and 56 deletions
-2
View File
@@ -150,8 +150,6 @@ void MacOSUtils::installInterfaceThemeObserver(std::function<void()> callback) {
return;
}
// Copy into block storage: capturing the parameter by reference would dangle
// once this function returns.
const std::function<void()> themeCallback = std::move(callback);
NSDistributedNotificationCenter *center = [NSDistributedNotificationCenter defaultCenter];