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:
@@ -37,21 +37,13 @@ namespace DiscImageChef.Tests.Devices
|
||||
[TestFixture]
|
||||
public class PocketZip
|
||||
{
|
||||
readonly string[] testfiles = {
|
||||
"clik!.bin.lz","pocketzip.bin.lz",
|
||||
};
|
||||
readonly string[] testfiles = {"clik!.bin.lz", "pocketzip.bin.lz",};
|
||||
|
||||
readonly MediaType[] mediatypes = {
|
||||
MediaType.PocketZip,MediaType.PocketZip,
|
||||
};
|
||||
readonly MediaType[] mediatypes = {MediaType.PocketZip, MediaType.PocketZip,};
|
||||
|
||||
readonly ulong[] sectors = {
|
||||
78882,78882,
|
||||
};
|
||||
readonly ulong[] sectors = {78882, 78882,};
|
||||
|
||||
readonly uint[] sectorsize = {
|
||||
512,512,
|
||||
};
|
||||
readonly uint[] sectorsize = {512, 512,};
|
||||
|
||||
[Test]
|
||||
public void Test()
|
||||
@@ -69,4 +61,4 @@ namespace DiscImageChef.Tests.Devices
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user