chore: release v0.1.8

This commit is contained in:
Jack Wills
2022-12-05 02:40:53 +00:00
parent d361ef7abd
commit 6b248082ba
5 changed files with 18 additions and 13 deletions
+1 -1
View File
@@ -364,7 +364,7 @@ pub fn heading_bar<B: Backend>(
if x == a {
match b {
SortedOrder::Asc => suffix = "",
SortedOrder::Desc => suffix = "",
SortedOrder::Desc => suffix = "",
}
suffix_margin = 2;
color = Color::White;