Format Style Fixes

This commit is contained in:
sp-tarkov-bot
2026-01-06 11:53:39 +00:00
parent 432dd2e733
commit fd41e5530c
@@ -1041,9 +1041,7 @@ public class RagfairController(
if (logger.IsLogEnabled(LogLevel.Debug) && differenceInSeconds is { } remaining) if (logger.IsLogEnabled(LogLevel.Debug) && differenceInSeconds is { } remaining)
{ {
logger.Debug( logger.Debug($"Flagged player: {sessionId} offer: {offerId} for expiry in: {TimeSpan.FromSeconds(remaining).ToString()}");
$"Flagged player: {sessionId} offer: {offerId} for expiry in: {TimeSpan.FromSeconds(remaining).ToString()}"
);
} }
return output; return output;