Skip to content

Commit

Permalink
[refactor] : 필요하지않은 중괄호를 제거한다
Browse files Browse the repository at this point in the history
  • Loading branch information
devxb committed Feb 20, 2024
1 parent cd5f18b commit 29cbeb1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions gallery/src/main/kotlin/me/nalab/gallery/domain/Target.kt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,4 @@ class Target(

@Column(name = "position", nullable = false)
val position: String,
) {
}
)

0 comments on commit 29cbeb1

Please sign in to comment.