Skip to content

Commit f3dbc14

Browse files
committed
chore: make check-fix
1 parent ab97017 commit f3dbc14

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

shiny/ui/_navs.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1365,7 +1365,9 @@ def layout(self, nav: Tag, content: Tag) -> TagList:
13651365
# TODO-future: This could also be applied to the non-sidebar page layout above
13661366
from ._page import page_main_container
13671367

1368-
tab_content = page_main_container(*contents, fillable=self.fillable is not False)
1368+
tab_content = page_main_container(
1369+
*contents, fillable=self.fillable is not False
1370+
)
13691371

13701372
content_div = div(
13711373
# In the fluid case, the sidebar layout should be flush (i.e.,

0 commit comments

Comments
 (0)