Skip to content

Commit d02eef8

Browse files
committed
moved using statements
1 parent e9343c2 commit d02eef8

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

src/AngleSharp.Css.Tests/Values/UnitConversion.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
using System;
2-
31
namespace AngleSharp.Css.Tests.Values
42
{
53
using AngleSharp.Css.Values;
64
using NUnit.Framework;
5+
using System;
76

87
[TestFixture]
98
public class UnitConversionTests

src/AngleSharp.Css/IRenderDimensions.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
using System;
2-
31
namespace AngleSharp.Css
42
{
3+
using System;
4+
55
/// <summary>
66
/// Represents the render settings for an element, used to calculate relative sizes (E.G. %, rem).
77
/// </summary>

0 commit comments

Comments
 (0)