diff --git a/ClosedXML_Tests/TestHelper.cs b/ClosedXML_Tests/TestHelper.cs index 1f36192..f739411 100644 --- a/ClosedXML_Tests/TestHelper.cs +++ b/ClosedXML_Tests/TestHelper.cs @@ -7,8 +7,8 @@ using ClosedXML_Examples; using DocumentFormat.OpenXml.Drawing; using NUnit.Framework; -using Path = System.IO.Path; - +using Path = System.IO.Path; + namespace ClosedXML_Tests { internal static class TestHelper @@ -40,8 +40,8 @@ workbook.SaveAs(Path.Combine(new string[] { TestsOutputDirectory }.Concat(fileNameParts).ToArray()), true); } - // Because different fonts are installed on Unix, - // the columns widths after AdjustToContents() will + // Because different fonts are installed on Unix, + // the columns widths after AdjustToContents() will // cause the tests to fail. // Therefore we ignore the width attribute when running on Unix public static bool IsRunningOnUnix