Skip to content

Commit eec1f2b

Browse files
author
GitHub Actions
committed
Apply style formatting
1 parent f97e58b commit eec1f2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/src/main/kotlin/com/mr3y/podcaster/ui/screens/SettingsScreen.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,8 @@ fun SettingsScreen(
160160
modifier = Modifier
161161
.fillMaxWidth()
162162
.clickable(
163-
onClick = { clipboardManager.setText(AnnotatedString(BuildConfig.VERSION_NAME)) }
164-
)
163+
onClick = { clipboardManager.setText(AnnotatedString(BuildConfig.VERSION_NAME)) },
164+
),
165165
) {
166166
Heading(
167167
text = strings.version_label,

0 commit comments

Comments
 (0)