We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82e698b commit e8e1b0fCopy full SHA for e8e1b0f
1 file changed
README.md
@@ -36,7 +36,6 @@ let mut table = FancyTable::create(FancyTableOpts {
36
.add_column_named_wrapping_with_align("DESCRIPTION", Layout::Expandable(150), Align::Right)
37
.padding(1)
38
.hseparator(Some(Separator::Double))
39
- .rseparator(Some(Separator::Custom('┄')))
40
.width(120)
41
.build();
42
0 commit comments