[pre-commit.ci] Auto fixes from pre-commit.com hooks.

This commit is contained in:
pre-commit-ci[bot] 2025-05-31 07:34:59 +00:00
parent 12104ed988
commit 7665d9dd61

View File

@ -2392,7 +2392,8 @@ void DiagnosticsSettings::setLootLogLevel(lootcli::LogLevels level)
set(m_Settings, "Settings", "loot_log_level", level);
}
bool DiagnosticsSettings::usvfsDebugMode() const {
bool DiagnosticsSettings::usvfsDebugMode() const
{
return get<bool>(m_Settings, "Settings", "usvfs_debug_mode", false);
}
void DiagnosticsSettings::setUsvfsDebugMode(bool enabled)