Format Style Fixes

This commit is contained in:
sp-tarkov-bot
2025-12-24 14:33:24 +00:00
parent ba49b004bb
commit ceb80d6612
+3 -1
View File
@@ -43,7 +43,9 @@ public class App(
logger.Debug($"RAM: {totalMemoryGb:F2} GB");
if (totalMemoryGb < 30)
{
logger.Warning($"Detected RAM ({totalMemoryGb:F2}GB) is smaller than recommended (32GB) you may experience crashes or reduced FPS on large maps");
logger.Warning(
$"Detected RAM ({totalMemoryGb:F2}GB) is smaller than recommended (32GB) you may experience crashes or reduced FPS on large maps"
);
}
logger.Debug($"Ran as admin: {Environment.IsPrivilegedProcess}");