Skip to content

Commit

Permalink
update: apply ktlint formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
kang9366 committed Nov 23, 2023
1 parent 51f5da6 commit 9b7e84c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ internal interface ApiService {
@Body socialLoginBody: SocialLoginBody
): LoginResponseItem


/**
* 이동봉사자 > 마이페이지
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ private fun Content(onClick: () -> Unit, viewModel: LoginViewModel, isError: Boo
.height(56.dp)
)
Spacer(modifier = Modifier.height(12.dp))
if(isError) {
if (isError) {
ConnectDogErrorCard()
}
}
Expand Down

0 comments on commit 9b7e84c

Please sign in to comment.