Skip to content

Commit

Permalink
[chore] #39 ktlint 적용
Browse files Browse the repository at this point in the history
  • Loading branch information
HAJIEUN02 committed Jan 8, 2024
1 parent bab2a44 commit 862bf81
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class PlanRecruitmentFragment :
return@OnKeyListener true
}
false
},
}
)

btnPlanRecruitmentPlus.setOnClickListener {
Expand All @@ -63,7 +63,7 @@ class PlanRecruitmentFragment :
CustomSnackbar.makeSnackbar(
binding.layoutPlanRecruitment,
getString(R.string.plan_recruitment_snackbar),
126,
126
)
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class PlanViewModel : ViewModel() {
combine(
currentPage,
planTitle,
planOpenChattingLink,
planOpenChattingLink
) { currentPage, planTitle, planOpenChattingLink ->
(currentPage == PlanType.TITLE.position - 1 && planTitle.isNotBlank()) ||
currentPage == 1 ||
Expand Down

0 comments on commit 862bf81

Please sign in to comment.