Skip to content

Commit 710facf

Browse files
committed
Moved using statement inside class definition
1 parent 7159ae9 commit 710facf

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

test/MyTested.AspNetCore.Mvc.Abstractions.Test/UtilitiesTests/ReflectionTests.cs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
1-
using MyTested.AspNetCore.Mvc.Test.Setups.Common;
2-
3-
namespace MyTested.AspNetCore.Mvc.Test.UtilitiesTests
1+
namespace MyTested.AspNetCore.Mvc.Test.UtilitiesTests
42
{
53
using System;
64
using System.Collections.Generic;
75
using System.Linq;
86
using Microsoft.AspNetCore.Authorization;
97
using Microsoft.AspNetCore.Mvc;
108
using Microsoft.Extensions.DependencyInjection;
9+
using Setups.Common;
1110
using Setups.Controllers;
1211
using Setups.Models;
1312
using Setups.Services;

0 commit comments

Comments
 (0)