Skip to content

Commit

Permalink
style: ktlint에 걸린 코드 정렬
Browse files Browse the repository at this point in the history
  • Loading branch information
briandr97 committed Jul 27, 2023
1 parent 6e22726 commit 6fabe6f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ fun DestinationDto.toDomain(): Destination {
return Destination(
id = id,
coordinate = coordinate.toDomain(),
image = imageUrl,
image = imageUrl
)
}
}

0 comments on commit 6fabe6f

Please sign in to comment.