style(chatui): fix SwiftFormat warnings
parent
1d715d7b1b
commit
aae68e4f82
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue