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:
@@ -37,10 +37,16 @@ namespace Aaru.Filesystems;
|
||||
/// <summary>Implements detection of the Professional File System</summary>
|
||||
public sealed partial class PFS : IFilesystem
|
||||
{
|
||||
#region IFilesystem Members
|
||||
|
||||
/// <inheritdoc />
|
||||
public string Name => Localization.PFS_Name;
|
||||
|
||||
/// <inheritdoc />
|
||||
public Guid Id => new("68DE769E-D957-406A-8AE4-3781CA8CDA77");
|
||||
|
||||
/// <inheritdoc />
|
||||
public string Author => Authors.NataliaPortillo;
|
||||
|
||||
#endregion
|
||||
}
|
||||
Reference in New Issue
Block a user