mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-07-31 05:13:31 +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;
|
||||
|
||||
@@ -26,7 +26,7 @@ namespace SharpCompress.Test.GZip
|
||||
long size = entry.Size;
|
||||
var scratch = new FileInfo(Path.Combine(SCRATCH_FILES_PATH, "Tar.tar"));
|
||||
var test = new FileInfo(Path.Combine(TEST_ARCHIVES_PATH, "Tar.tar"));
|
||||
|
||||
|
||||
Assert.Equal(size, scratch.Length);
|
||||
Assert.Equal(size, test.Length);
|
||||
}
|
||||
@@ -46,7 +46,7 @@ namespace SharpCompress.Test.GZip
|
||||
long size = entry.Size;
|
||||
var scratch = new FileInfo(Path.Combine(SCRATCH_FILES_PATH, "Tar.tar"));
|
||||
var test = new FileInfo(Path.Combine(TEST_ARCHIVES_PATH, "Tar.tar"));
|
||||
|
||||
|
||||
Assert.Equal(size, scratch.Length);
|
||||
Assert.Equal(size, test.Length);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user