Skip to content

Commit bed1a8c

Browse files
JonEckenrodegithub-actions[bot]
authored andcommitted
Apply Spotless
1 parent 1c2e8af commit bed1a8c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

compose/snippets/src/main/java/com/example/compose/snippets/stylus/StylusSnippets.kt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ import androidx.compose.ui.draw.clipToBounds
2626
import androidx.compose.ui.input.pointer.pointerInteropFilter
2727
import androidx.lifecycle.ViewModel
2828

29-
class UserViewModel: ViewModel() {
30-
fun processMotionEvent(e: MotionEvent): Boolean {
31-
return true
32-
}
29+
class UserViewModel : ViewModel() {
30+
fun processMotionEvent(e: MotionEvent): Boolean {
31+
return true
32+
}
3333
}
3434

3535
val viewModel = UserViewModel()

0 commit comments

Comments
 (0)