style: satisfy swiftformat in chat composer

main
Peter Steinberger 2025-12-20 18:18:30 +01:00
parent 03a4e0c837
commit b13723d3d7
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ struct ClawdisChatComposer: View {
}
}
if self.showsAttachments && !self.viewModel.attachments.isEmpty {
if self.showsAttachments, !self.viewModel.attachments.isEmpty {
self.attachmentsStrip
}