[Logger, SimpleSort, Stats] Make everything prettier

This commit is contained in:
Matt Nadareski
2016-06-26 23:25:48 -07:00
parent 02b6cd7d75
commit 30a2b31f74
5 changed files with 93 additions and 13 deletions

View File

@@ -1476,7 +1476,7 @@ namespace SabreTools.Helper
foreach (Rom rom in newroms)
{
count++;
string key = rom.Size + "-" + rom.CRC; ;
string key = rom.Size + "-" + rom.CRC;
if (sortable.ContainsKey(key))
{
sortable[key].Add(rom);