Format Style Fixes

This commit is contained in:
sp-tarkov-bot
2025-12-14 14:06:08 +00:00
parent 40f8ed1eb0
commit 250c2a5398
4 changed files with 9 additions and 7 deletions
@@ -585,7 +585,9 @@ public class ProfileFixerService(
if (profileBonus is null)
{
// No bonus in profile, add it
logger.Debug($"Profile has level: {currentLevel} area: {profileArea.Type} but no bonus found, adding: {bonus.Type}");
logger.Debug(
$"Profile has level: {currentLevel} area: {profileArea.Type} but no bonus found, adding: {bonus.Type}"
);
hideoutHelper.ApplyPlayerUpgradesBonus(pmcProfile, bonus);
}
}