diff --git a/SignalMessaging/attachments/SharingThreadPickerViewController.m b/SignalMessaging/attachments/SharingThreadPickerViewController.m index 4ed8e5ad8..05aa26c63 100644 --- a/SignalMessaging/attachments/SharingThreadPickerViewController.m +++ b/SignalMessaging/attachments/SharingThreadPickerViewController.m @@ -79,10 +79,9 @@ typedef void (^SendMessageBlock)(SendCompletionBlock completion); - (nullable UIView *)createHeaderWithSearchBar:(UISearchBar *)searchBar { - OWSAssert(searchBar) + OWSAssert(searchBar); - const CGFloat contentVMargin - = 0; + const CGFloat contentVMargin = 0; UIView *header = [UIView new]; header.backgroundColor = [UIColor whiteColor];