Skip to content
This repository was archived by the owner on Feb 4, 2025. It is now read-only.

Commit

Permalink
Fix checkstyle issues
Browse files Browse the repository at this point in the history
hichamboushaba committed Aug 19, 2024
1 parent 3340691 commit 21ee92d
Showing 1 changed file with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -67,11 +67,9 @@ class CustomFieldsFragment : DaggerFragment() {
}
}

@Inject
lateinit var metaDataStore: MetaDataStore
@Inject lateinit var metaDataStore: MetaDataStore

@Inject
lateinit var siteStore: SiteStore
@Inject lateinit var siteStore: SiteStore

private val viewModel by lazy {
CustomFieldsViewModel(
@@ -140,7 +138,6 @@ private fun ContentView(state: CustomFieldsState.Loaded) {
horizontalAlignment = Alignment.CenterHorizontally,
modifier = Modifier.padding(16.dp)
) {

Row(
modifier = Modifier.align(Alignment.End),
horizontalArrangement = Arrangement.spacedBy(8.dp)

0 comments on commit 21ee92d

Please sign in to comment.