From 81e408e6184d8b8801fd9dc5f884e6803c25f824 Mon Sep 17 00:00:00 2001 From: Colin White Date: Fri, 12 Jul 2024 09:49:53 -0700 Subject: [PATCH] Spotless. --- .../app/cash/redwood/lazylayout/uiview/UIViewLazyList.kt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/redwood-lazylayout-uiview/src/commonMain/kotlin/app/cash/redwood/lazylayout/uiview/UIViewLazyList.kt b/redwood-lazylayout-uiview/src/commonMain/kotlin/app/cash/redwood/lazylayout/uiview/UIViewLazyList.kt index b73596c2bc..91cf325645 100644 --- a/redwood-lazylayout-uiview/src/commonMain/kotlin/app/cash/redwood/lazylayout/uiview/UIViewLazyList.kt +++ b/redwood-lazylayout-uiview/src/commonMain/kotlin/app/cash/redwood/lazylayout/uiview/UIViewLazyList.kt @@ -178,7 +178,8 @@ internal open class UIViewLazyList : } private val tableViewDelegate: UITableViewDelegateProtocol = - object : UITableViewController(UITableViewStyle.UITableViewStylePlain), + object : + UITableViewController(UITableViewStyle.UITableViewStylePlain), UITableViewDelegateProtocol { override fun scrollViewDidScroll(scrollView: UIScrollView) { if (ignoreScrollUpdates) return // Only notify of user scrolls.