Address code review feedback - fix formatting

Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-10-28 10:26:31 +00:00
parent 084f81fc8d
commit a93a3f0598

View File

@@ -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));
}
}