formatting fixes

This commit is contained in:
Kyle Spearrin 2018-12-10 09:41:10 -05:00
parent 421f7e8799
commit fdea212415

View file

@ -61,17 +61,13 @@ namespace Bit.App.Utilities
switch(currentType) switch(currentType)
{ {
case CharType.Number: case CharType.Number:
{
currentSpan.TextColor = Color.DodgerBlue; currentSpan.TextColor = Color.DodgerBlue;
break; break;
}
case CharType.Special: case CharType.Special:
{
currentSpan.TextColor = Color.Firebrick; currentSpan.TextColor = Color.Firebrick;
break; break;
} }
} }
}
currentSpan.Text += c; currentSpan.Text += c;
} }