chore: tidy

This commit is contained in:
bashbunni
2024-09-25 10:27:11 -07:00
parent f1f0c4cb16
commit cae042849c
2 changed files with 13 additions and 6 deletions
+3 -2
View File
@@ -150,8 +150,9 @@ func TestTableAlignment(t *testing.T) {
WithStyles(s),
)
// unset borders for styling
// TODO maybe do this in View or something instead if border type is hidden?
// unset borders
// TODO I may need to expose this table OR have a helper func, they
// won't be able to do this outside of the library
biscuits.table.
BorderTop(false).
BorderBottom(false).