Skip to content

Commit 6880808

Browse files
committed
Code formatting
1 parent 3c28998 commit 6880808

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

openandroidinstaller/openandroidinstaller.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,10 @@ def __init__(self, state: AppState):
9797
)
9898

9999
# create the install view
100-
self.install_view = InstallView(on_confirm=self.to_next_view, state=self.state)
100+
self.install_view = InstallView(
101+
on_confirm=self.to_next_view,
102+
state=self.state,
103+
)
101104

102105
# create the final success view
103106
self.final_view = SuccessView(state=self.state)

0 commit comments

Comments
 (0)