From 02cffa01e2b2793328b7ff69f1b19fbc34216e5b Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Mon, 24 Feb 2020 08:58:15 -0500 Subject: [PATCH] formatting --- src/App/Pages/Accounts/TwoFactorPageViewModel.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App/Pages/Accounts/TwoFactorPageViewModel.cs b/src/App/Pages/Accounts/TwoFactorPageViewModel.cs index cd1e4615f..c38351f7e 100644 --- a/src/App/Pages/Accounts/TwoFactorPageViewModel.cs +++ b/src/App/Pages/Accounts/TwoFactorPageViewModel.cs @@ -141,7 +141,7 @@ namespace Bit.App.Pages page.DuoWebView.RegisterAction(sig => { Token = sig; - Device.BeginInvokeOnMainThread(async() => await SubmitAsync()); + Device.BeginInvokeOnMainThread(async () => await SubmitAsync()); }); break; case TwoFactorProviderType.Email: