Skip to content

Commit 5423ca8

Browse files
author
Per Kops
committed
Fix namespace on ServiceCollectionExtensions
1 parent 077a57d commit 5423ca8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Atc.Rest.Client/Options/ServiceCollectionExtensions.cs

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
using System;
22
using System.ComponentModel;
33
using Atc.Rest.Client.Builder;
4-
using Atc.Rest.Client.Options;
54
using Atc.Rest.Client.Serialization;
65
using Microsoft.Extensions.DependencyInjection;
76

8-
namespace Atc.Rest.Client
7+
namespace Atc.Rest.Client.Options
98
{
109
public static class ServiceCollectionExtensions
1110
{

0 commit comments

Comments
 (0)