mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-09-25 00:15:15 +00:00
Fix formatting
This commit is contained in:
@@ -19,7 +19,7 @@ namespace SharpCompress.Common.GZip
|
||||
|
||||
public override string Key => _filePart.FilePartName;
|
||||
|
||||
public override string? LinkTarget => null;
|
||||
public override string? LinkTarget => null;
|
||||
|
||||
public override long CompressedSize => 0;
|
||||
|
||||
|
||||
@@ -357,8 +357,8 @@ namespace SharpCompress.Compressors.Deflate
|
||||
_comment = value;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
public DateTime? LastModified
|
||||
{
|
||||
get => _lastModified;
|
||||
|
||||
Reference in New Issue
Block a user