Skip to content

Commit

Permalink
chore: apply ktlintFormat
Browse files Browse the repository at this point in the history
  • Loading branch information
kang9366 committed May 8, 2024
1 parent ad3b4f9 commit 1a86e4b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ private fun Intermediator(
content = stringResource(id = R.string.login),
onClick = {
viewModel.initIntermediatorLogin()
if(isLoginSuccessful == true) { onNavigateToIntermediatorHome() }
if (isLoginSuccessful == true) { onNavigateToIntermediatorHome() }
}
)
Spacer(modifier = Modifier.height(30.dp))
Expand Down

0 comments on commit 1a86e4b

Please sign in to comment.