mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-09-24 16:05:27 +00:00
fmt
This commit is contained in:
@@ -38,10 +38,7 @@ public class RarArchive : AbstractArchive<RarArchiveEntry, RarVolume>
|
||||
streams[1].Position = 0;
|
||||
sourceStream.Position = 0;
|
||||
|
||||
return sourceStream.Streams.Select(a => new StreamRarArchiveVolume(
|
||||
a,
|
||||
ReaderOptions
|
||||
));
|
||||
return sourceStream.Streams.Select(a => new StreamRarArchiveVolume(a, ReaderOptions));
|
||||
}
|
||||
else //split mode or single file
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user