Skip to content

Commit b284987

Browse files
committed
remove excess whitespace
1 parent 96f6f81 commit b284987

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/reactpy_router/routers.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,13 +74,10 @@ def router(
7474
match = use_memo(lambda: _match_route(resolvers, location, select="first"))
7575

7676
if match:
77-
7877
if first_load:
79-
8078
# We need skip rendering the application on 'first_load' to avoid
8179
# rendering it twice. The second render occurs following
8280
# the impending on_history_change event
83-
8481
route_elements = []
8582
else:
8683
route_elements = [

0 commit comments

Comments
 (0)