mirror of
https://github.com/SabreTools/SabreTools.Serialization.git
synced 2026-07-08 18:06:41 +00:00
Editorconfig cleanup
This commit is contained in:
@@ -2,9 +2,6 @@ using System;
|
||||
using System.IO;
|
||||
using System.Text;
|
||||
using SabreTools.Data.Models.XDVDFS;
|
||||
using SabreTools.IO;
|
||||
using SabreTools.IO.Extensions;
|
||||
using SabreTools.Numerics;
|
||||
using SabreTools.Numerics.Extensions;
|
||||
|
||||
namespace SabreTools.Serialization.Writers
|
||||
@@ -20,7 +17,7 @@ namespace SabreTools.Serialization.Writers
|
||||
if (string.IsNullOrEmpty(path))
|
||||
return false;
|
||||
|
||||
if(obj is null || !ValidateVolume(obj))
|
||||
if (obj is null || !ValidateVolume(obj))
|
||||
return false;
|
||||
|
||||
// Create the file stream
|
||||
|
||||
Reference in New Issue
Block a user