Browse Source

fixed whitespace

Rodja Trappe 2 years ago
parent
commit
4d71710897
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/test_pages.py

+ 1 - 1
tests/test_pages.py

@@ -97,7 +97,7 @@ def test_shared_and_individual_pages(screen: Screen):
     def individual_page():
         ui.label(f'individual page with uuid {uuid4()}')
 
-    @ ui.page('/shared_page', shared=True)
+    @ui.page('/shared_page', shared=True)
     def shared_page():
         ui.label(f'shared page with uuid {uuid4()}')