mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-31 00:50:45 +01:00
Simplify a declaration statement
This commit is contained in:
@@ -803,7 +803,7 @@ namespace Tgstation.Server.Host.Components.Watchdog
|
||||
for (ulong iteration = 1; nextAction != MonitorAction.Exit; ++iteration)
|
||||
using (LogContext.PushProperty(SerilogContextHelper.WatchdogMonitorIterationContextProperty, iteration))
|
||||
{
|
||||
TaskCompletionSource nextMonitorWakeupTcs = new TaskCompletionSource();
|
||||
var nextMonitorWakeupTcs = new TaskCompletionSource();
|
||||
try
|
||||
{
|
||||
Logger.LogTrace("Iteration {iteration} of monitor loop", iteration);
|
||||
|
||||
Reference in New Issue
Block a user