style(chatui): fix SwiftFormat warnings

main
Peter Steinberger 2025-12-21 00:22:40 +01:00
parent 1d715d7b1b
commit aae68e4f82
1 changed files with 5 additions and 2 deletions

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 {