mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
[Aaru.Filesystems] Reformat and cleanup.
This commit is contained in:
@@ -48,11 +48,18 @@ namespace Aaru.Filesystems;
|
||||
/// <summary>Implements detection of DEC's On-Disk Structure, aka the ODS filesystem</summary>
|
||||
public sealed partial class ODS : IFilesystem
|
||||
{
|
||||
const string MODULE_NAME = "Files-11 plugin";
|
||||
|
||||
#region IFilesystem Members
|
||||
|
||||
/// <inheritdoc />
|
||||
public string Name => Localization.ODS_Name;
|
||||
|
||||
/// <inheritdoc />
|
||||
public Guid Id => new("de20633c-8021-4384-aeb0-83b0df14491f");
|
||||
|
||||
/// <inheritdoc />
|
||||
public string Author => Authors.NataliaPortillo;
|
||||
const string MODULE_NAME = "Files-11 plugin";
|
||||
|
||||
#endregion
|
||||
}
|
||||
Reference in New Issue
Block a user