Pārlūkot izejas kodu

fixed whitespace

Rodja Trappe 2 gadi atpakaļ
vecāks
revīzija
4d71710897
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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()}')