mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
[Refactor] Fix indentation issues.
This commit is contained in:
@@ -36,7 +36,6 @@ namespace Aaru.Filesystems;
|
||||
[SuppressMessage("ReSharper", "UnusedMember.Local")]
|
||||
public sealed partial class UDF
|
||||
{
|
||||
const string FS_TYPE = "udf";
|
||||
readonly byte[] _magic =
|
||||
"*OSTA UDF Compliant\0\0\0\0"u8.ToArray();
|
||||
const string FS_TYPE = "udf";
|
||||
readonly byte[] _magic = "*OSTA UDF Compliant\0\0\0\0"u8.ToArray();
|
||||
}
|
||||
Reference in New Issue
Block a user