Skip to content

Commit 6c4a23d

Browse files
ashnohegithub-actions[bot]
authored andcommitted
Apply Spotless
1 parent 5a711d8 commit 6c4a23d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compose/snippets/src/main/java/com/example/compose/snippets/glance/GlancePinAppWidget.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class MyWidget : GlanceAppWidget() {
4242

4343
// [START android_compose_glance_in_app_pinning]
4444
@Composable
45-
fun AnInAppComposable(){
45+
fun AnInAppComposable() {
4646
val context = LocalContext.current
4747
val coroutineScope = rememberCoroutineScope()
4848
Button(
@@ -55,6 +55,6 @@ fun AnInAppComposable(){
5555
)
5656
}
5757
}
58-
){}
58+
) {}
5959
}
6060
// [END android_compose_glance_in_app_pinning]

0 commit comments

Comments
 (0)