mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Code style fixes.
This commit is contained in:
@@ -40,7 +40,7 @@ using Schemas;
|
||||
namespace Aaru.Filesystems.UCSDPascal
|
||||
{
|
||||
// Information from Call-A.P.P.L.E. Pascal Disk Directory Structure
|
||||
public partial class PascalPlugin : IReadOnlyFilesystem
|
||||
public sealed partial class PascalPlugin : IReadOnlyFilesystem
|
||||
{
|
||||
byte[] _bootBlocks;
|
||||
byte[] _catalogBlocks;
|
||||
|
||||
Reference in New Issue
Block a user