more spotless fixes

Change-Id: Ic18da787dc58f2ef617149d97ad42e57da0e9a6a
feature/list-detail-pane-scaffold
Jonathan Koren 10 months ago
parent 80d7a5ed08
commit 422757190f

@ -111,9 +111,9 @@ class InterestsScreenTest {
private fun InterestsScreen(uiState: InterestsUiState) { private fun InterestsScreen(uiState: InterestsUiState) {
InterestsScreen( InterestsScreen(
uiState = uiState, uiState = uiState,
followTopic = { _, _ -> /* no-op */ }, followTopic = { _, _ -> },
onTopicClick = { /* no-op */ }, onTopicClick = {},
detailsPane = { /* no-op */ }, detailsPane = {},
) )
} }
} }

@ -24,7 +24,6 @@ import androidx.navigation.compose.composable
import androidx.navigation.navArgument import androidx.navigation.navArgument
import com.google.samples.apps.nowinandroid.feature.interests.InterestsRoute import com.google.samples.apps.nowinandroid.feature.interests.InterestsRoute
internal const val TOPIC_ID_ARG = "topicId" internal const val TOPIC_ID_ARG = "topicId"
const val INTERESTS_ROUTE = "interests_route" const val INTERESTS_ROUTE = "interests_route"

Loading…
Cancel
Save