Skip to content

Commit 13a48e4

Browse files
committed
Fix lint issues
1 parent a9b9f50 commit 13a48e4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

appnav/src/main/kotlin/io/element/android/appnav/RootFlowNode.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,8 @@ class RootFlowNode(
154154
switchToNotLoggedInFlow(null)
155155
}
156156
}
157-
}.launchIn(lifecycleScope)
157+
}
158+
.launchIn(lifecycleScope)
158159
}
159160

160161
/**

0 commit comments

Comments
 (0)