Skip to content

Commit 6307639

Browse files
kul3r4github-actions[bot]
authored andcommitted
Apply Spotless
1 parent 25bdd61 commit 6307639

File tree

1 file changed

+2
-2
lines changed
  • wear/src/main/java/com/example/wear/snippets/m3/theme

1 file changed

+2
-2
lines changed

wear/src/main/java/com/example/wear/snippets/m3/theme/Theme.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ package com.example.wear.snippets.m3.theme
1919
import androidx.compose.runtime.Composable
2020
import androidx.wear.compose.material3.ColorScheme
2121
import androidx.wear.compose.material3.MaterialTheme
22+
import androidx.wear.compose.material3.MotionScheme
2223
import androidx.wear.compose.material3.Shapes
2324
import androidx.wear.compose.material3.Typography
24-
import androidx.wear.compose.material3.MotionScheme
2525

2626
@Composable
2727
fun materialTheme() {
@@ -38,4 +38,4 @@ fun materialTheme() {
3838
content = { /*content here*/ }
3939
)
4040
// [END android_wear_material_theme]
41-
}
41+
}

0 commit comments

Comments
 (0)