Fix ktlint

This commit is contained in:
Bnyro 2023-01-30 19:44:29 +01:00
parent cb88ae9eea
commit 432e301db5

View File

@ -87,7 +87,10 @@ class CommentsAdapter(
root.updatePadding(top = 20)
root.updateLayoutParams<MarginLayoutParams> { bottomMargin = 20 }
} else {
root.background = AppCompatResources.getDrawable(root.context, R.drawable.rounded_ripple)
root.background = AppCompatResources.getDrawable(
root.context,
R.drawable.rounded_ripple
)
}
}