[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

@@ -464,7 +464,7 @@ namespace SabreTools.Helper
// If we still have a success, then return this rule
if (success)
{
logger.User("Matching rule found!");
logger.User(" Matching rule found!");
skipperRule = rule;
break;
}