Update linter

This commit is contained in:
arkon
2022-05-10 17:54:52 -04:00
parent 8bee5accb7
commit ae7df4fb7f
49 changed files with 119 additions and 117 deletions

View File

@@ -29,7 +29,7 @@ fun EmptyScreen(
) {
Box(
modifier = Modifier
.fillMaxSize()
.fillMaxSize(),
) {
AndroidView(
factory = { context ->

View File

@@ -23,7 +23,7 @@ enum class MangaCover(private val ratio: Float) {
modifier: Modifier = Modifier,
data: String?,
contentDescription: String? = null,
shape: Shape? = null
shape: Shape? = null,
) {
AsyncImage(
model = data,

View File

@@ -56,7 +56,7 @@ fun PreferenceRow(
onLongClick = onLongClick,
onClick = onClick,
),
verticalAlignment = Alignment.CenterVertically
verticalAlignment = Alignment.CenterVertically,
) {
if (painter != null) {
Icon(
@@ -71,7 +71,7 @@ fun PreferenceRow(
Column(
Modifier
.padding(horizontal = horizontalPadding)
.weight(1f)
.weight(1f),
) {
Text(
text = title,