Skip to content

Commit 31051d6

Browse files
cartlandgithub-actions[bot]
authored andcommitted
Apply Spotless
1 parent 41aeef1 commit 31051d6

File tree

1 file changed

+1
-1
lines changed
  • compose/snippets/src/androidTest/java/com/android/example/compose/testing

1 file changed

+1
-1
lines changed

compose/snippets/src/androidTest/java/com/android/example/compose/testing/MyComposeTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@ fun MainScreen(uiState: ExampleUiState) {
7171

7272
data class ExampleUiState(val name: String)
7373

74-
val exampleUiState = ExampleUiState("world")
74+
val exampleUiState = ExampleUiState("world")

0 commit comments

Comments
 (0)