Skip to content

Commit 44bdc61

Browse files
committed
- code cleanup
1 parent 9a328bd commit 44bdc61

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

src/ModEndpoints.RemoteServices/ServiceChannelRegistry.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ namespace ModEndpoints.RemoteServices;
66
public class ServiceChannelRegistry
77
{
88
private readonly ConcurrentDictionary<Type, string> _registry;
9-
9+
1010
//Intended to be used only during application startup DI registrations
1111
private readonly List<string> _httpClientList;
1212

src/ModEndpoints/[ServiceEndpoint]/DefaultUriResolverProvider.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
using System.Collections.Concurrent;
2-
using System.Reflection;
1+
using System.Reflection;
32
using Microsoft.Extensions.DependencyInjection;
43
using ModEndpoints.Core;
54
using ModEndpoints.RemoteServices;

src/ModEndpoints/[ServiceEndpoint]/ServiceEndpoint.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
using Microsoft.AspNetCore.Routing;
55
using Microsoft.Extensions.DependencyInjection;
66
using ModEndpoints.Core;
7-
using ModEndpoints.RemoteServices;
87
using ModEndpoints.RemoteServices.Core;
98
using ModResults;
109
using ModResults.FluentValidation;

0 commit comments

Comments
 (0)