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:
@@ -41,8 +41,8 @@ public class APM : FilesystemTest
|
||||
public override IFilesystem Plugin => new FFSPlugin();
|
||||
public override bool Partitions => true;
|
||||
|
||||
public override FileSystemTest[] Tests => new[]
|
||||
{
|
||||
public override FileSystemTest[] Tests =>
|
||||
[
|
||||
new FileSystemTest
|
||||
{
|
||||
TestFile = "ffs43/macosx_10.0.aif",
|
||||
@@ -283,5 +283,5 @@ public class APM : FilesystemTest
|
||||
ClusterSize = 1024,
|
||||
Type = "ufs"
|
||||
}
|
||||
};
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user