Skip to content

Commit

Permalink
#529 fixed merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
TomPallister committed Aug 12, 2018
2 parents 2a23bd8 + cbd0af6 commit 6e420d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Ocelot/DependencyInjection/OcelotAdministrationBuilder.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.DependencyInjection;

namespace Ocelot.DependencyInjection
{
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.DependencyInjection;

public class OcelotAdministrationBuilder : IOcelotAdministrationBuilder
{
public IServiceCollection Services { get; }
Expand Down

0 comments on commit 6e420d0

Please sign in to comment.