.NET Format Style Fixes

This commit is contained in:
chompDev
2025-06-22 19:51:53 +00:00
committed by Format Bot
parent 811791f7d3
commit 6820d7b8be
4 changed files with 51 additions and 33 deletions
@@ -85,7 +85,9 @@ public class RepeatableQuestGenerator(
if (traderId is null)
{
// TODO: Localize me!
_logger.Error("Could not draw traderId from whitelist during repeatable quest generation");
_logger.Error(
"Could not draw traderId from whitelist during repeatable quest generation"
);
return null;
}