style: satisfy swiftformat in chat composer
parent
03a4e0c837
commit
b13723d3d7
|
|
@ -28,7 +28,7 @@ struct ClawdisChatComposer: View {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if self.showsAttachments && !self.viewModel.attachments.isEmpty {
|
if self.showsAttachments, !self.viewModel.attachments.isEmpty {
|
||||||
self.attachmentsStrip
|
self.attachmentsStrip
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue