Skip to content

Commit cc39821

Browse files
committed
#283 Rearranging the usings.
1 parent c40e30b commit cc39821

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/MyTested.AspNetCore.Mvc.ModelState.Test/BuildersTests/ModelsTests/ModelStateBuilderTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
namespace MyTested.AspNetCore.Mvc.Test.BuildersTests.ModelsTests
22
{
3+
using System.Collections.Generic;
4+
using System.Linq;
35
using Setups;
46
using Setups.Controllers;
57
using Xunit;
6-
using System.Collections.Generic;
7-
using System.Linq;
88

99
public class ModelStateBuilderTests
1010
{

0 commit comments

Comments
 (0)