Skip to content

Commit

Permalink
Fix ktlint
Browse files Browse the repository at this point in the history
  • Loading branch information
lneugebauer committed Aug 19, 2024
1 parent e223212 commit 84fae8c
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,10 @@ fun NextcloudCookbookApp() {
) { innerPadding ->
DestinationsNavHost(
navGraph = NavGraphs.root,
modifier = Modifier
.padding(innerPadding)
.fillMaxSize(),
modifier =
Modifier
.padding(innerPadding)
.fillMaxSize(),
navController = navController,
) {
composable(SplashScreenDestination) {
Expand Down

0 comments on commit 84fae8c

Please sign in to comment.