mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-06-19 21:38:16 +08:00
Clean up border code
Removed caching that really didn't do anything anymore.
This commit is contained in:

committed by
Patrik Svensson

parent
a2f8652575
commit
b1db8a9403
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user