Auto formatting cleanup

This commit is contained in:
Matt Nadareski
2025-10-31 21:07:13 -04:00
parent c2321669b6
commit d082f5de25
2 changed files with 3 additions and 3 deletions

View File

@@ -2,8 +2,8 @@ using System;
using System.Collections.Generic;
using System.IO;
using System.Text;
using SabreTools.Data.Models.ISO9660;
using SabreTools.Data.Extensions;
using SabreTools.Data.Models.ISO9660;
using SabreTools.IO.Extensions;
namespace SabreTools.Serialization.Wrappers
@@ -146,7 +146,7 @@ namespace SabreTools.Serialization.Wrappers
var directoryName = Path.GetDirectoryName(filename);
if (directoryName != null && !Directory.Exists(directoryName))
Directory.CreateDirectory(directoryName);
// Check that the output file doesn't already exist
if (File.Exists(filename) || Directory.Exists(filename))
{

View File

@@ -459,7 +459,7 @@ namespace SabreTools.Serialization.Wrappers
builder.AppendLine(" File Extent");
if (ear == null)
return;
builder.AppendLineBothEndian(ear.OwnerIdentification, " Owner Identification");
builder.AppendLineBothEndian(ear.OwnerIdentification, " Group Identification");