Skip to content

Commit 55dcc0b

Browse files
[cleanup] code
1 parent b6b74da commit 55dcc0b

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

ReqIFSharp.Tests/AttributeDefinitionTests/AttributeDefinitionEnumerationTestFixture.cs

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,20 @@
1818
// </copyright>
1919
// ------------------------------------------------------------------------------------------------
2020

21-
using Microsoft.Extensions.Logging.Abstractions;
22-
2321
namespace ReqIFSharp.Tests
2422
{
25-
using NUnit.Framework;
26-
using ReqIFSharp;
2723
using System;
2824
using System.IO;
2925
using System.Runtime.Serialization;
3026
using System.Threading;
3127
using System.Xml;
3228

29+
using Microsoft.Extensions.Logging.Abstractions;
30+
31+
using NUnit.Framework;
32+
33+
using ReqIFSharp;
34+
3335
/// <summary>
3436
/// Suite of tests for the <see cref="AttributeDefinitionEnumeration"/>
3537
/// </summary>

0 commit comments

Comments
 (0)