Skip to content

Commit

Permalink
Move using statement to correct position
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharparam committed Apr 27, 2019
1 parent 65db239 commit e6092c2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/RestEaseUnitTests/Extensions/TypeExtensions.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@

using System;
using System.Reflection;

namespace RestEaseUnitTests.Extensions
{
using System.Reflection;

public static class TypeExtensions
{
#if NETCOREAPP1_0
Expand Down

0 comments on commit e6092c2

Please sign in to comment.