fix: satisfy swiftformat in chat view

This commit is contained in:
Peter Steinberger
2025-12-30 20:41:12 +01:00
parent b3cf07d6cb
commit a2a26b26fb

View File

@@ -77,7 +77,7 @@ public struct ClawdisChatView: View {
ZStack {
ScrollView {
LazyVStack(spacing: Layout.messageSpacing) {
messageListRows
self.messageListRows
}
// Use scroll targets for stable auto-scroll without ScrollViewReader relayout glitches.
.scrollTargetLayout()