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:
@@ -42,7 +42,7 @@ using Marshal = Aaru.Helpers.Marshal;
|
||||
namespace Aaru.Filesystems
|
||||
{
|
||||
// Information from Apple TechNote 1150: https://developer.apple.com/legacy/library/technotes/tn/tn1150.html
|
||||
public class AppleHFSPlus : IFilesystem
|
||||
public sealed class AppleHFSPlus : IFilesystem
|
||||
{
|
||||
public FileSystemType XmlFsType { get; private set; }
|
||||
public Encoding Encoding { get; private set; }
|
||||
|
||||
Reference in New Issue
Block a user