mirror of
https://github.com/SabreTools/SabreTools.Serialization.git
synced 2026-07-08 18:06:41 +00:00
Editorconfig cleanup, use extensions
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
using System.Collections.Generic;
|
||||
using System.IO;
|
||||
using SabreTools.Data.Models.XRD;
|
||||
using SabreTools.IO.Extensions;
|
||||
@@ -105,7 +104,7 @@ namespace SabreTools.Serialization.Readers
|
||||
var vd = XDVDFS.ParseVolumeDescriptor(data);
|
||||
if (vd is null)
|
||||
return null;
|
||||
|
||||
|
||||
xrd.VolumeDescriptor = vd;
|
||||
xrd.LayoutDescriptor = XDVDFS.ParseLayoutDescriptor(data);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user