Format Style Fixes
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user