Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Rawa committed Dec 23, 2024
1 parent 3d246eb commit 77b95ae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ fun ChangelogScreen(
color = MaterialTheme.colorScheme.onSurface,
)

if(state.changes.isEmpty()) {
if (state.changes.isEmpty()) {
Text(
text = stringResource(R.string.changelog_empty),
style = MaterialTheme.typography.labelMedium,
Expand Down

0 comments on commit 77b95ae

Please sign in to comment.