Skip to content

Commit

Permalink
style: Open API Comment
Browse files Browse the repository at this point in the history
  • Loading branch information
K-Diger committed Aug 17, 2024
1 parent cf0e856 commit efe3e78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ class CourseService(
coordinate = coordinate,
distance =
preCoursePlace?.coordinate?.let { preCoordinate ->
coordinate?.let { coordinate ->
coordinate.let { coordinate ->
navigationClient.getDistance(start = preCoordinate, end = coordinate)
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import org.springframework.http.HttpHeaders
import org.springframework.http.MediaType
import org.springframework.web.client.RestClient

// https://skopenapi.readme.io/reference/%EB%B3%B4%ED%96%89%EC%9E%90-%EA%B2%BD%EB%A1%9C%EC%95%88%EB%82%B4
@Configuration
@EnableConfigurationProperties(TmapProperties::class)
class TmapConfig {
Expand Down

0 comments on commit efe3e78

Please sign in to comment.