Skip to content

Commit

Permalink
♻️Apply lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jun108059 committed Sep 22, 2024
1 parent 5df59e9 commit 5113d2b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/kotlin/nexters/weski/ski_resort/SkiResort.kt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import nexters.weski.common.BaseEntity
import nexters.weski.slope.Slope
import nexters.weski.webcam.Webcam


@Entity
@Table(name = "ski_resorts")
data class SkiResort(
Expand Down Expand Up @@ -41,4 +40,4 @@ data class SkiResort(

enum class ResortStatus {
운영중, 운영종료, 예정
}
}

0 comments on commit 5113d2b

Please sign in to comment.