Skip to content

Commit 4c917e3

Browse files
committed
Fix ktlint issue
1 parent 586a2c8 commit 4c917e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WordPress/src/main/java/org/wordpress/android/ui/bloggingreminders/BloggingReminderBottomSheetFragment.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class BloggingReminderBottomSheetFragment : BottomSheetDialogFragment() {
3838
with(RecyclerViewPrimaryButtonBottomSheetBinding.bind(view)) {
3939
contentRecyclerView.layoutManager = LinearLayoutManager(requireActivity())
4040
contentRecyclerView.adapter = adapter
41-
contentRecyclerView.addOnScrollListener(object: OnScrollListener() {
41+
contentRecyclerView.addOnScrollListener(object : OnScrollListener() {
4242
override fun onScrolled(recyclerView: RecyclerView, dx: Int, dy: Int) {
4343
super.onScrolled(recyclerView, dx, dy)
4444
if (recyclerView.canScrollVertically(1)) {

0 commit comments

Comments
 (0)