From 526a02b8b65860d8afff4456df4030b6cbc8ff53 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Thu, 11 Sep 2025 11:44:58 -0400 Subject: [PATCH] Slight tweak to printing again --- SabreTools.Serialization/Printers/PortableExecutable.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/SabreTools.Serialization/Printers/PortableExecutable.cs b/SabreTools.Serialization/Printers/PortableExecutable.cs index 88608dc5..584d5d53 100644 --- a/SabreTools.Serialization/Printers/PortableExecutable.cs +++ b/SabreTools.Serialization/Printers/PortableExecutable.cs @@ -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(); } }