mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
REFACTOR: Reformat code.
This commit is contained in:
@@ -39,33 +39,19 @@ namespace DiscImageChef.Tests.Filesystems
|
||||
[TestFixture]
|
||||
public class ZFS
|
||||
{
|
||||
readonly string[] testfiles = {
|
||||
"netbsd_7.1.vdi.lz",
|
||||
};
|
||||
readonly string[] testfiles = {"netbsd_7.1.vdi.lz",};
|
||||
|
||||
readonly ulong[] sectors = {
|
||||
33554432,
|
||||
};
|
||||
readonly ulong[] sectors = {33554432,};
|
||||
|
||||
readonly uint[] sectorsize = {
|
||||
512,
|
||||
};
|
||||
readonly uint[] sectorsize = {512,};
|
||||
|
||||
readonly long[] clusters = {
|
||||
0,
|
||||
};
|
||||
readonly long[] clusters = {0,};
|
||||
|
||||
readonly int[] clustersize = {
|
||||
0,
|
||||
};
|
||||
readonly int[] clustersize = {0,};
|
||||
|
||||
readonly string[] volumename = {
|
||||
"NetBSD 7.1",
|
||||
};
|
||||
readonly string[] volumename = {"NetBSD 7.1",};
|
||||
|
||||
readonly string[] volumeserial = {
|
||||
"2639895335654686206",
|
||||
};
|
||||
readonly string[] volumeserial = {"2639895335654686206",};
|
||||
|
||||
[Test]
|
||||
public void Test()
|
||||
@@ -96,4 +82,4 @@ namespace DiscImageChef.Tests.Filesystems
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user