mirror of
https://github.com/SabreTools/SabreTools.Serialization.git
synced 2026-09-23 07:14:57 +00:00
Slight formatting cleanup
This commit is contained in:
@@ -38,13 +38,10 @@ namespace SabreTools.Serialization.Printers
|
||||
var entry = entries[i];
|
||||
|
||||
builder.AppendLine($" Entry {i}:");
|
||||
builder.AppendLine();
|
||||
|
||||
Print(builder, entry.Header);
|
||||
Print(builder, entry.Blocks);
|
||||
}
|
||||
|
||||
builder.AppendLine();
|
||||
}
|
||||
|
||||
private static void Print(StringBuilder builder, Header? header)
|
||||
@@ -99,6 +96,8 @@ namespace SabreTools.Serialization.Printers
|
||||
else
|
||||
builder.AppendLine(block.Data.Length, $" Block {i} Length");
|
||||
}
|
||||
|
||||
builder.AppendLine();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user