Removes extraneous blank lines after main function
Cleans up unnecessary whitespace to improve code readability and maintain consistent formatting.
This commit is contained in:
@@ -13,4 +13,6 @@ def main(page: ft.Page):
|
||||
page.on_route_change = PageLoading
|
||||
page.go("/")
|
||||
|
||||
|
||||
|
||||
ft.app(target=main, assets_dir="assets")
|
||||
|
||||
Reference in New Issue
Block a user