Slight tweak to printing again

This commit is contained in:
Matt Nadareski
2025-09-11 11:44:58 -04:00
parent 658c7a1c3b
commit 526a02b8b6

View File

@@ -560,7 +560,6 @@ namespace SabreTools.Serialization.Printers
builder.AppendLine($" Type and Offset Entry {j}");
builder.AppendLine($" Type: {typeOffsetFieldEntry.BaseRelocationType} (0x{typeOffsetFieldEntry.BaseRelocationType:X})");
builder.AppendLine(typeOffsetFieldEntry.Offset, " Offset");
builder.AppendLine();
}
}