Skip to content

Commit

Permalink
Merge pull request #19 from FakeDevelopers/feature/BDBD-174
Browse files Browse the repository at this point in the history
STYLE : ktlint 포맷팅
  • Loading branch information
minseonglove authored Apr 22, 2022
2 parents 99b6fe2 + 212f10f commit 1503a5a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ import retrofit2.http.POST
interface UserLoginService {
@FormUrlEncoded
@POST("user/login")
suspend fun postLogin(@Field("email") email: String,@Field("passwd") passwd: String): Response<String>
suspend fun postLogin(@Field("email") email: String, @Field("passwd") passwd: String): Response<String>
}

0 comments on commit 1503a5a

Please sign in to comment.