RAR model cleanup

This commit is contained in:
Matt Nadareski
2025-10-30 23:31:01 -04:00
parent 3f0ee70b71
commit 2c06760778

View File

@@ -6,4 +6,4 @@ namespace SabreTools.Data.Models.RAR
public static readonly byte[] NewSignatureBytes = [0x52, 0x61, 0x72, 0x21, 0x1A, 0x07, 0x01, 0x00];
}
}
}