File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -379,7 +379,7 @@ var (
379
379
BottomLeft : "+" ,
380
380
BottomRight : "+" ,
381
381
BottomSeparator : "+" ,
382
- EmptySeparator : text . RepeatAndTrim ( " " , text . RuneWidthWithoutEscSequences ( "+" )) ,
382
+ EmptySeparator : " " ,
383
383
Left : "|" ,
384
384
LeftSeparator : "+" ,
385
385
MiddleHorizontal : "-" ,
@@ -410,7 +410,7 @@ var (
410
410
BottomLeft : "┗" ,
411
411
BottomRight : "┛" ,
412
412
BottomSeparator : "┻" ,
413
- EmptySeparator : text . RepeatAndTrim ( " " , text . RuneWidthWithoutEscSequences ( "╋" )) ,
413
+ EmptySeparator : " " ,
414
414
Left : "┃" ,
415
415
LeftSeparator : "┣" ,
416
416
MiddleHorizontal : "━" ,
@@ -441,7 +441,7 @@ var (
441
441
BottomLeft : "╚" ,
442
442
BottomRight : "╝" ,
443
443
BottomSeparator : "╩" ,
444
- EmptySeparator : text . RepeatAndTrim ( " " , text . RuneWidthWithoutEscSequences ( "╬" )) ,
444
+ EmptySeparator : " " ,
445
445
Left : "║" ,
446
446
LeftSeparator : "╠" ,
447
447
MiddleHorizontal : "═" ,
@@ -472,7 +472,7 @@ var (
472
472
BottomLeft : "└" ,
473
473
BottomRight : "┘" ,
474
474
BottomSeparator : "┴" ,
475
- EmptySeparator : text . RepeatAndTrim ( " " , text . RuneWidthWithoutEscSequences ( "┼" )) ,
475
+ EmptySeparator : " " ,
476
476
Left : "│" ,
477
477
LeftSeparator : "├" ,
478
478
MiddleHorizontal : "─" ,
@@ -503,7 +503,7 @@ var (
503
503
BottomLeft : "╰" ,
504
504
BottomRight : "╯" ,
505
505
BottomSeparator : "┴" ,
506
- EmptySeparator : text . RepeatAndTrim ( " " , text . RuneWidthWithoutEscSequences ( "┼" )) ,
506
+ EmptySeparator : " " ,
507
507
Left : "│" ,
508
508
LeftSeparator : "├" ,
509
509
MiddleHorizontal : "─" ,
@@ -534,7 +534,7 @@ var (
534
534
BottomLeft : "\\ " ,
535
535
BottomRight : "/" ,
536
536
BottomSeparator : "v" ,
537
- EmptySeparator : text . RepeatAndTrim ( " " , text . RuneWidthWithoutEscSequences ( "+" )) ,
537
+ EmptySeparator : " " ,
538
538
Left : "[" ,
539
539
LeftSeparator : "{" ,
540
540
MiddleHorizontal : "--" ,
You can’t perform that action at this time.
0 commit comments