Skip to content

Commit

Permalink
chore :: format code
Browse files Browse the repository at this point in the history
  • Loading branch information
jyk1029 committed Jan 24, 2024
1 parent 91822d8 commit 8413ef0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ class Apply(
@ManyToOne(fetch = LAZY)
@JoinColumn(name = "feed_id", columnDefinition = "BINARY(16)", nullable = false)
val feed: Feed
):BaseUUIDEntity()
) : BaseUUIDEntity()

0 comments on commit 8413ef0

Please sign in to comment.