From 0ddc4c2d417e7d223cf193b51ebec5a3fcf389aa Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Wed, 18 Apr 2018 16:38:01 -0400 Subject: [PATCH] remove whitespace --- src/popup/vault/current-tab.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/popup/vault/current-tab.component.ts b/src/popup/vault/current-tab.component.ts index 1b0811ec95..4663812448 100644 --- a/src/popup/vault/current-tab.component.ts +++ b/src/popup/vault/current-tab.component.ts @@ -144,7 +144,7 @@ export class CurrentTabComponent implements OnInit, OnDestroy { } if (this.popupUtilsService.inPopup(window)) { - BrowserApi.closePopup(window); + BrowserApi.closePopup(window); } } catch { this.analytics.eventTrack.next({ action: 'Autofilled Error' });