Use Array.Empty

This commit is contained in:
2022-03-16 23:43:36 +00:00
parent ff65da6c48
commit d686e59cb7
41 changed files with 87 additions and 173 deletions

View File

@@ -76,8 +76,7 @@ public sealed partial class AppleMFS : IReadOnlyFilesystem
// TODO: Implement Finder namespace (requires decoding Desktop database)
/// <inheritdoc />
public IEnumerable<(string name, Type type, string description)> SupportedOptions =>
new (string name, Type type, string description)[]
{};
Array.Empty<(string name, Type type, string description)>();
/// <inheritdoc />
public Dictionary<string, string> Namespaces => null;