Skip to content

Commit

Permalink
refactor: 코틀린 컨벤션에 맞게 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
nueijeel authored Jan 3, 2024
1 parent a4dc9be commit 7d193ea
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class HomeRepositoryImpl

override suspend fun postDogWeight(
accessToken: String,
weightRequest: WeightPostRequest
weightRequest: WeightPostRequest,
): Int? {
try {
val response = homeRetrofitClient.homeApi.postDogWeight(accessToken, weightRequest)
Expand All @@ -68,7 +68,7 @@ class HomeRepositoryImpl
return null
}
}

override suspend fun getDogWeight(
dogId: Long,
date: String,
Expand Down

0 comments on commit 7d193ea

Please sign in to comment.