mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-09-23 07:25:11 +00:00
Address code review feedback - fix formatting
Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com>
This commit is contained in:
@@ -12,8 +12,6 @@ public class GZipArchiveDirectoryTests : TestBase
|
||||
{
|
||||
using var archive = GZipArchive.Create();
|
||||
|
||||
Assert.Throws<NotSupportedException>(() =>
|
||||
archive.AddDirectoryEntry("test-dir", DateTime.Now)
|
||||
);
|
||||
Assert.Throws<NotSupportedException>(() => archive.AddDirectoryEntry("test-dir", DateTime.Now));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user