refactor: fix error WHITESPACE and FINALNEWLINE
This commit was merged in pull request #16.
	This commit is contained in:
		| @@ -203,10 +203,10 @@ public class ScheduleController(ILogger<ScheduleController> logger, IOptionsSnap | ||||
|         { | ||||
|             try | ||||
|             { | ||||
|             using var scope = scopeFactory.CreateScope(); | ||||
|                 using var scope = scopeFactory.CreateScope(); | ||||
|                 var sync = (ScheduleSynchronizer)ActivatorUtilities.GetServiceOrCreateInstance(scope.ServiceProvider, typeof(ScheduleSynchronizer)); | ||||
|  | ||||
|             await sync.StartSync(filePaths, CancellationToken.None); | ||||
|                 await sync.StartSync(filePaths, CancellationToken.None); | ||||
|             } | ||||
|             catch (Exception ex) | ||||
|             { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user