Skip to content

Commit

Permalink
Spotless
Browse files Browse the repository at this point in the history
Change-Id: I1a0a567ee2d87a5079bb44e4023d0c0a48addad9
  • Loading branch information
mmoczkowski committed May 9, 2023
1 parent 64e1d1c commit 2cbadce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ fun NiaApp(
)
}


Column(Modifier.fillMaxSize()) {
// Show the top app bar on top level destinations.
val destination = appState.currentTopLevelDestination
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ fun InterestsItem(
onFollowButtonClick: (Boolean) -> Unit,
modifier: Modifier = Modifier,
iconModifier: Modifier = Modifier,
description: String = ""
description: String = "",
) {
ListItem(
leadingContent = {
Expand Down Expand Up @@ -91,7 +91,7 @@ fun InterestsItem(
MaterialTheme.colorScheme.surface
} else {
Color.Transparent
}
},
),
)
}
Expand Down

0 comments on commit 2cbadce

Please sign in to comment.