Clean up border code

Removed caching that really didn't do anything anymore.
This commit is contained in:
Patrik Svensson
2020-10-01 22:56:44 +02:00
committed by Patrik Svensson
parent a2f8652575
commit b1db8a9403
28 changed files with 44 additions and 156 deletions

View File

@ -81,7 +81,7 @@ namespace Spectre.Console.Internal
return result.ToArray();
}
public static string Multiply(this string text, int count)
public static string Repeat(this string text, int count)
{
if (text is null)
{