mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
[Refactor] Remove redundant type qualifiers.
This commit is contained in:
@@ -30,14 +30,12 @@
|
||||
// Copyright © 2011-2024 Natalia Portillo
|
||||
// ****************************************************************************/
|
||||
|
||||
using Aaru.CommonTypes.Interfaces;
|
||||
|
||||
namespace Aaru.Filesystems;
|
||||
|
||||
// Information from http://www.trailing-edge.com/~shoppa/rt11fs/
|
||||
/// <inheritdoc />
|
||||
/// <summary>Implements detection of the DEC RT-11 filesystem</summary>
|
||||
public sealed partial class RT11 : IFilesystem
|
||||
public sealed partial class RT11
|
||||
{
|
||||
const string FS_TYPE = "rt11";
|
||||
}
|
||||
@@ -31,14 +31,13 @@
|
||||
// ****************************************************************************/
|
||||
|
||||
using System.Runtime.InteropServices;
|
||||
using Aaru.CommonTypes.Interfaces;
|
||||
|
||||
namespace Aaru.Filesystems;
|
||||
|
||||
// Information from http://www.trailing-edge.com/~shoppa/rt11fs/
|
||||
/// <inheritdoc />
|
||||
/// <summary>Implements detection of the DEC RT-11 filesystem</summary>
|
||||
public sealed partial class RT11 : IFilesystem
|
||||
public sealed partial class RT11
|
||||
{
|
||||
#region Nested type: HomeBlock
|
||||
|
||||
|
||||
Reference in New Issue
Block a user