format code

pull/19/head
彭伟 4 years ago
parent 8621784ba1
commit 6655c393b7
  1. 1
      src/DotXxlJob.Core/Extensions/ServiceCollectionExtensions.cs
  2. 1
      tests/DotXxlJob.Core.Tests/DefaultJobHandlerFactory.cs

@ -50,7 +50,6 @@ namespace DotXxlJob.Core
services.AddSingleton<CallbackTaskQueue>();
services.AddSingleton<AdminClient>();
services.AddSingleton<ITaskExecutor, TaskExecutors.BeanTaskExecutor>();
services.AddSingleton(new JobHandlerCache());
return services;
}

@ -1,5 +1,4 @@
using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using DotXxlJob.Core.Model;
using Microsoft.Extensions.DependencyInjection;

Loading…
Cancel
Save