فهرست منبع

fixed whitespace

Rodja Trappe 2 سال پیش
والد
کامیت
4d71710897
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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()}')