Skip to content

Commit

Permalink
make linter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
hamen committed Jan 20, 2025
1 parent e646389 commit 1743f72
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,10 +126,7 @@ private fun TextFieldsRows(readOnly: Boolean) {
}

@Composable
private fun CloseIconButton(
isVisible: Boolean,
onClick: () -> Unit,
) {
private fun CloseIconButton(isVisible: Boolean, onClick: () -> Unit) {
Box(Modifier.size(16.dp)) {
AnimatedVisibility(
visible = isVisible,
Expand Down

0 comments on commit 1743f72

Please sign in to comment.