mirror of
https://github.com/YACReader/yacreader
synced 2026-04-12 15:49:53 -04:00
Format
This commit is contained in:
@ -59,7 +59,7 @@ Theme ThemeManager::themeFromId(const QString &id, ThemeVariant fallbackVariant)
|
||||
return makeTheme(json);
|
||||
}
|
||||
|
||||
return {};
|
||||
return { };
|
||||
}
|
||||
|
||||
void ThemeManager::resolveTheme()
|
||||
|
||||
Reference in New Issue
Block a user