Skip to content

Commit

Permalink
[chore] #249 ktlint 체크 반영
Browse files Browse the repository at this point in the history
  • Loading branch information
leeeha committed Feb 26, 2024
1 parent a062193 commit 19ab2c1
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ data class ResponseGetUserDto(
@SerialName("remainingAmount")
val remainingAmount: Int,
@SerialName("remainingCount")
val remainingCount: Int,
val remainingCount: Int
)

fun toUser(): UserV2 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ import org.go.sopt.winey.presentation.main.feed.detail.DetailActivity
import org.go.sopt.winey.presentation.main.feed.upload.UploadActivity
import org.go.sopt.winey.presentation.main.mypage.MyPageFragment
import org.go.sopt.winey.presentation.main.notification.NotificationActivity
import org.go.sopt.winey.presentation.model.UserLevel
import org.go.sopt.winey.presentation.model.WineyDialogLabel
import org.go.sopt.winey.util.activity.showReportGoogleForm
import org.go.sopt.winey.util.amplitude.AmplitudeUtils
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,11 @@ package org.go.sopt.winey.presentation.main.feed
import android.content.Context
import android.view.LayoutInflater
import android.view.ViewGroup
import androidx.core.view.isVisible
import androidx.recyclerview.widget.RecyclerView
import org.go.sopt.winey.R
import org.go.sopt.winey.databinding.ItemWineyfeedGoalBinding
import org.go.sopt.winey.domain.entity.UserV2
import org.go.sopt.winey.presentation.model.UserLevel
import timber.log.Timber
import kotlin.math.roundToInt

class WineyFeedGoalAdapter(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ enum class UserLevel(val rankName: String) {
FIRST("평민"),
SECOND("기사"),
THIRD("귀족"),
FORTH("황제"),
FORTH("황제")
}
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ import org.go.sopt.winey.util.context.stringOf
import org.go.sopt.winey.util.number.formatAmountNumber
import org.go.sopt.winey.util.view.InputUiState
import org.go.sopt.winey.util.view.InputUiState.*
import timber.log.Timber
import java.text.DecimalFormat

@BindingAdapter("likedAmount")
Expand Down

0 comments on commit 19ab2c1

Please sign in to comment.