浏览代码

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()}')