Skip to content

Commit 8c90768

Browse files
committed
refactor: 重构代码
1 parent 105520a commit 8c90768

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/BootstrapBlazor/Services/DefaultZipArchiveService.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ private static async Task ArchiveFilesAsync(Stream stream, IEnumerable<ArchiveEn
7575
{
7676
entryName = $"{entryName}/";
7777
}
78+
7879
archive.CreateEntry(entryName, f.CompressionLevel ?? options.CompressionLevel);
7980
}
8081
else if (File.Exists(f.SourceFileName))

0 commit comments

Comments
 (0)