mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
[Refactor] Use collection expressions.
This commit is contained in:
@@ -43,8 +43,8 @@ public class APM() : FilesystemTest("affs")
|
||||
public override IFilesystem Plugin => new AmigaDOSPlugin();
|
||||
public override bool Partitions => true;
|
||||
|
||||
public override FileSystemTest[] Tests => new[]
|
||||
{
|
||||
public override FileSystemTest[] Tests =>
|
||||
[
|
||||
new FileSystemTest
|
||||
{
|
||||
TestFile = "morphos_3.13.aif",
|
||||
@@ -78,5 +78,5 @@ public class APM() : FilesystemTest("affs")
|
||||
VolumeName = "VolumeLabel",
|
||||
VolumeSerial = "1D93031D"
|
||||
}
|
||||
};
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user