style(chatui): fix SwiftFormat warnings
This commit is contained in:
@@ -144,9 +144,12 @@ struct ClawdisChatComposer: View {
|
|||||||
self.sendButton
|
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 {
|
private var connectionPill: some View {
|
||||||
|
|||||||
Reference in New Issue
Block a user