Fix whitespace

This commit is contained in:
James Magahern
2021-05-25 15:39:10 -07:00
parent 2f40785b50
commit 6ea9cfa5e0

View File

@@ -370,7 +370,6 @@ class BrowserViewController: UIViewController
composeController.setToRecipients([ preferredRecipient ]) composeController.setToRecipients([ preferredRecipient ])
} }
present(composeController, animated: true, completion: nil) present(composeController, animated: true, completion: nil)
} }