From aae68e4f82968a1106751cb65c73d20d13963c93 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Sun, 21 Dec 2025 00:22:40 +0100 Subject: [PATCH] style(chatui): fix SwiftFormat warnings --- .../ClawdisKit/Sources/ClawdisChatUI/ChatComposer.swift | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/apps/shared/ClawdisKit/Sources/ClawdisChatUI/ChatComposer.swift b/apps/shared/ClawdisKit/Sources/ClawdisChatUI/ChatComposer.swift index 15d3e7a54..630becf3a 100644 --- a/apps/shared/ClawdisKit/Sources/ClawdisChatUI/ChatComposer.swift +++ b/apps/shared/ClawdisKit/Sources/ClawdisChatUI/ChatComposer.swift @@ -144,9 +144,12 @@ struct ClawdisChatComposer: View { self.sendButton } } - .padding(self.editorPadding) } - .frame(minHeight: self.editorMinHeight, idealHeight: self.editorMinHeight, maxHeight: self.editorMaxHeight) + .padding(self.editorPadding) + .frame( + minHeight: self.editorMinHeight, + idealHeight: self.editorMinHeight, + maxHeight: self.editorMaxHeight) } private var connectionPill: some View {