Skip to content

Commit

Permalink
Update 파일 끝 개행 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
tlsgmltjd committed Jun 18, 2024
1 parent 2e44aa3 commit 357768a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ data class CompanyAddressDto (
val position: String,
val lat: Double,
val lon: Double
)
)
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ data class MentorCompanyAddressListDto (
val name: String,
val generation: Int,
val company: CompanyAddressDto
)
)
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ class CareerCustomRepositoryImpl (
.where(career.isWorking.isTrue)
.fetch()
}
}
}

0 comments on commit 357768a

Please sign in to comment.