Skip to content

Commit

Permalink
refactor :: ktlint
Browse files Browse the repository at this point in the history
  • Loading branch information
parkuiery committed Nov 27, 2024
1 parent 2a9cdab commit 1d117d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ fun DmsCalendar(
selectDate: LocalDate,
onSelectedDateChange: (newDate: LocalDate) -> Unit,
) {

// TODO: Calender 커스텀 하기
}
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ fun DmsText(
maxLines: Int = Int.MAX_VALUE,
textAlign: TextAlign? = null,
textDecoration: TextDecoration = TextDecoration.None,
softWrap: Boolean = true
softWrap: Boolean = true,
) {
Text(
modifier = modifier,
Expand Down

0 comments on commit 1d117d0

Please sign in to comment.