small whitespace cleanup

This commit is contained in:
Max 2021-02-22 11:47:30 -06:00
parent 0dcee45b74
commit 81d901cbcd
2 changed files with 0 additions and 1 deletions

View File

@ -29,7 +29,6 @@ namespace RobloxFiles.BinaryFormat
public override string ToString() public override string ToString()
{ {
string chunkType = ChunkType.Replace('\0', ' '); string chunkType = ChunkType.Replace('\0', ' ');
return $"'{chunkType}' Chunk ({Size} bytes) [{Handler?.ToString()}]"; return $"'{chunkType}' Chunk ({Size} bytes) [{Handler?.ToString()}]";
} }

Binary file not shown.