formatting

This commit is contained in:
Kyle Spearrin 2019-07-22 21:37:56 -04:00
parent fe5cdb0004
commit 236496e69f
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ namespace Bit.iOS.Extension
var returningItems = new NSExtensionItem[] { resultsItem };
NSRunLoop.Main.BeginInvokeOnMainThread(async () =>
{
if (!string.IsNullOrWhiteSpace(id) && itemData != null)
if(!string.IsNullOrWhiteSpace(id) && itemData != null)
{
var eventService = ServiceContainer.Resolve<IEventService>("eventService");
await eventService.CollectAsync(Bit.Core.Enums.EventType.Cipher_ClientAutofilled, id);