Format Style Fixes

This commit is contained in:
sp-tarkov-bot
2025-11-10 10:55:39 +00:00
parent abbb814745
commit 4586390d68
12 changed files with 71 additions and 86 deletions
+3 -5
View File
@@ -38,11 +38,9 @@ public class DI
var diHandler = new DependencyInjectionHandler(services);
diHandler.AddInjectableTypesFromTypeAssembly(typeof(App));
diHandler.AddInjectableTypesFromTypeList(
[
typeof(MockLogger<>), // TODO: this needs to be enabled but the randomizer needs to NOT be random, typeof(MockRandomUtil)
]
);
diHandler.AddInjectableTypesFromTypeList([
typeof(MockLogger<>), // TODO: this needs to be enabled but the randomizer needs to NOT be random, typeof(MockRandomUtil)
]);
diHandler.InjectAll();