style(chatui): fix SwiftFormat warnings

This commit is contained in:
Peter Steinberger
2025-12-21 00:22:40 +01:00
parent 1d715d7b1b
commit aae68e4f82

View File

@@ -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 {