Skip to content

Commit f94a30a

Browse files
committed
remove comments
1 parent 0489acf commit f94a30a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@ impl Filling {
5858
match self {
5959
Filling::Spaces(w) => *w,
6060
Filling::Text(t) => ansi_width(t),
61-
// Need to return default separator size to
62-
// calculate width of the grid correctly.
6361
Filling::Tabs { spaces, .. } => *spaces,
6462
}
6563
}

0 commit comments

Comments
 (0)