Skip to content

Commit

Permalink
style: 린트 체크
Browse files Browse the repository at this point in the history
  • Loading branch information
jinuemong committed Oct 23, 2024
1 parent 71972f1 commit 9d19797
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ class ClubListFragment : BaseFragment<FragmentClubListBinding>(R.layout.fragment
clubAdapter.addLoadStateListener { loadState ->
if (loadState.hasError) {
handleLoadStateErrors(loadState.append, loadState.prepend, loadState.refresh)
}else {
} else {
handleLoadStateLoadings(loadState.append, loadState.prepend, loadState.refresh)
}
}
Expand Down

0 comments on commit 9d19797

Please sign in to comment.