mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-24 13:36:50 +01:00
Corrects a misplaced semicolon
This commit is contained in:
@@ -329,8 +329,7 @@ namespace Tgstation.Server.Host.Jobs
|
||||
loggerFactory.CreateLogger<JobProgressReporter>(),
|
||||
null,
|
||||
UpdateProgress),
|
||||
cancellationToken)
|
||||
;
|
||||
cancellationToken);
|
||||
|
||||
logger.LogDebug("Job {jobId} completed!", job.Id);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user