Skip to content

Commit

Permalink
[MOD/#309] 변수간 공백 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
leeeyubin committed Dec 20, 2024
1 parent a4424aa commit c2e1a66
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ import kotlinx.coroutines.flow.distinctUntilChanged
import kotlinx.coroutines.flow.map

val years = (START_YEAR..END_YEAR).map { "${it}" }

val months = (START_MONTH..END_MONTH).map { "${it}" }

const val NULL_DATE = "-"
Expand Down

0 comments on commit c2e1a66

Please sign in to comment.