Skip to content

Commit e8e1b0f

Browse files
committed
update README
1 parent 82e698b commit e8e1b0f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ let mut table = FancyTable::create(FancyTableOpts {
3636
.add_column_named_wrapping_with_align("DESCRIPTION", Layout::Expandable(150), Align::Right)
3737
.padding(1)
3838
.hseparator(Some(Separator::Double))
39-
.rseparator(Some(Separator::Custom('┄')))
4039
.width(120)
4140
.build();
4241

0 commit comments

Comments
 (0)