style: satisfy swiftformat in chat composer
This commit is contained in:
parent
03a4e0c837
commit
b13723d3d7
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ struct ClawdisChatComposer: View {
|
|||
}
|
||||
}
|
||||
|
||||
if self.showsAttachments && !self.viewModel.attachments.isEmpty {
|
||||
if self.showsAttachments, !self.viewModel.attachments.isEmpty {
|
||||
self.attachmentsStrip
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue