Code style fixes.

This commit is contained in:
2020-07-22 13:20:18 +01:00
parent 1fe6700b11
commit 1389baf6b2
15 changed files with 42 additions and 34 deletions

View File

@@ -59,7 +59,7 @@ namespace Aaru.CommonTypes.Interfaces
IEnumerable<MediaType> SupportedMediaTypes { get; }
/// <summary>Retrieves a list of options supported by the filesystem, with name, type and description</summary>
IEnumerable<(string name, Type type, string description, object @default)> SupportedOptions { get; }
/// <summary>Gets a list of known extensions for format auto-chosing</summary>
/// <summary>Gets a list of known extensions for format auto-choosing</summary>
IEnumerable<string> KnownExtensions { get; }
bool IsWriting { get; }