ci new namespace file scope unsupported

This commit is contained in:
Eliot Jones
2022-10-09 16:01:20 -04:00
parent e2246a88bb
commit 9c9c7c99ea

View File

@@ -1,5 +1,5 @@
namespace UglyToad.PdfPig;
namespace UglyToad.PdfPig
{
using Logging;
using System.Collections.Generic;
@@ -32,3 +32,4 @@ internal class InternalParsingOptions
Logger = logger;
}
}
}