Skip to content

Commit b45b50e

Browse files
authored
Fix demo app swiftformat (#3769)
1 parent e84e41f commit b45b50e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

DemoApp/Screens/Livestream/DemoLivestreamChatMessageListVC.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class DemoLivestreamChatMessageListVC: ChatMessageListVC {
3535
if let sheetController = actionsController.sheetPresentationController {
3636
sheetController.detents = [
3737
.custom { _ in
38-
return 180
38+
180
3939
}
4040
]
4141
sheetController.prefersGrabberVisible = true
@@ -47,7 +47,7 @@ class DemoLivestreamChatMessageListVC: ChatMessageListVC {
4747
}
4848

4949
override func messageContentViewDidTapOnReactionsView(_ indexPath: IndexPath?) {
50-
guard
50+
guard
5151
let indexPath = indexPath,
5252
let cell = listView.cellForRow(at: indexPath) as? ChatMessageCell,
5353
let messageContentView = cell.messageContentView,

DemoApp/Screens/Livestream/DemoLivestreamReactionsListView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ struct DemoLivestreamReactionsListView: View {
107107
}
108108
}
109109

110-
fileprivate struct ReactionRowView: View {
110+
private struct ReactionRowView: View {
111111
let reaction: ChatMessageReaction
112112

113113
var body: some View {

0 commit comments

Comments
 (0)