Skip to content

Commit

Permalink
[chore] style check success
Browse files Browse the repository at this point in the history
  • Loading branch information
wjdtkdgns777 committed May 22, 2024
1 parent c8b7b43 commit 6a714d9
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ import androidx.compose.foundation.layout.Column
import androidx.compose.foundation.layout.Row
import androidx.compose.foundation.layout.Spacer
import androidx.compose.foundation.layout.aspectRatio
import androidx.compose.foundation.layout.fillMaxHeight
import androidx.compose.foundation.layout.fillMaxSize
import androidx.compose.foundation.layout.fillMaxWidth
import androidx.compose.foundation.layout.height
import androidx.compose.foundation.layout.padding
Expand Down Expand Up @@ -58,7 +56,6 @@ import com.kizitonwose.calendar.core.yearMonth
import com.unifest.android.core.common.utils.toLocalDate
import com.unifest.android.core.designsystem.R
import com.unifest.android.core.designsystem.theme.BoothTitle0
import com.unifest.android.core.designsystem.theme.BoothTitle1
import com.unifest.android.core.designsystem.theme.Content6
import com.unifest.android.core.designsystem.theme.Title5
import com.unifest.android.core.designsystem.theme.MainColor
Expand Down Expand Up @@ -196,7 +193,7 @@ private fun CalendarNavigationIcon(
.clip(CircleShape)
.clickable(
role = Role.Button,
onClick = onClick
onClick = onClick,
),
) {
Icon(
Expand Down

0 comments on commit 6a714d9

Please sign in to comment.