Skip to content

Commit

Permalink
[chore] 코딩 컨벤션 반영
Browse files Browse the repository at this point in the history
  • Loading branch information
jiwon2724 committed Dec 8, 2024
1 parent f0404bc commit a78e076
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ fun PokitInput(
PokitInputIcon(
state = state,
resourceId = icon.resourceId,
onClick = onClickIcon,
onClick = onClickIcon
)
Box(modifier = Modifier.width(8.dp))
}
Expand All @@ -100,7 +100,7 @@ fun PokitInput(
PokitInputIcon(
state = state,
resourceId = icon.resourceId,
onClick = onClickIcon,
onClick = onClickIcon
)
}
}
Expand Down

0 comments on commit a78e076

Please sign in to comment.