Skip to content

Commit c13213f

Browse files
author
apmoskevitz
committed
fix usings and formatting
1 parent 012a632 commit c13213f

3 files changed

Lines changed: 0 additions & 12 deletions

File tree

UnitsNet.Tests/CustomCode/LengthTests.FeetInches.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
// Licensed under MIT No Attribution, see LICENSE file at the root.
22
// Copyright 2013 Andreas Gullberg Larsen (andreas.larsen84@gmail.com). Maintained at https://github.com/angularsen/UnitsNet.
33

4-
using System.Collections.Generic;
54
using System.Globalization;
6-
using System.Text;
7-
using Microsoft.VisualStudio.TestPlatform.Common.Utilities;
8-
using Xunit;
95

106
namespace UnitsNet.Tests
117
{

UnitsNet.Tests/CustomCode/LengthTests.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
// Licensed under MIT No Attribution, see LICENSE file at the root.
22
// Copyright 2013 Andreas Gullberg Larsen (andreas.larsen84@gmail.com). Maintained at https://github.com/angularsen/UnitsNet.
33

4-
using System;
54
using System.Globalization;
6-
using UnitsNet.Units;
7-
using Xunit;
85

96
namespace UnitsNet.Tests
107
{
@@ -240,9 +237,6 @@ public static void InverseReturnsReciprocalLength(double value, double expected)
240237
Assert.Equal(expected, inverseLength.InverseMeters);
241238
}
242239

243-
244-
245-
246240
[Theory]
247241
[InlineData(3, 2.563, 16, "3' - 2 9/16\"")]
248242
[InlineData(3, 2.563, 32, "3' - 2 9/16\"")]

UnitsNet/CustomCode/Quantities/Length.extra.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
// Licensed under MIT No Attribution, see LICENSE file at the root.
22
// Copyright 2013 Andreas Gullberg Larsen (andreas.larsen84@gmail.com). Maintained at https://github.com/angularsen/UnitsNet.
33

4-
using System;
54
using System.Globalization;
65
using System.Text.RegularExpressions;
76
using System.Threading;
8-
using UnitsNet.Units;
97

108
namespace UnitsNet
119
{

0 commit comments

Comments
 (0)