Skip to content

Commit

Permalink
🎨 :: apply style lint
Browse files Browse the repository at this point in the history
  • Loading branch information
wnsgur1 committed Apr 16, 2024
1 parent e593ce4 commit b00a2a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ internal fun NightStudyResponse.toModel(): NightStudy =
place = place,
startAt = startAt.yearDateToLocalDate(),
endAt = endAt.yearDateToLocalDate(),
createdAt = createdAt?:"",
modifiedAt = modifiedAt?:"",
createdAt = createdAt ?: "",
modifiedAt = modifiedAt ?: "",
isPhone = doNeedPhone,

)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package kr.hs.dgsw.smartschool.remote.mapper

import android.util.Log
import kr.hs.dgsw.smartschool.data.utils.yearDateTimeToLocalDate
import kr.hs.dgsw.smartschool.domain.model.out.Out
import kr.hs.dgsw.smartschool.domain.model.out.OutItem
Expand Down

0 comments on commit b00a2a4

Please sign in to comment.