From 3ec7768a13e86e6c5b1e1af9edb487a257d670da Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Mon, 15 Jan 2018 20:31:10 -0500 Subject: [PATCH] format injects --- src/popup/app/components/action-buttons.component.ts | 3 +-- src/popup/app/current/current.component.ts | 5 ++--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/src/popup/app/components/action-buttons.component.ts b/src/popup/app/components/action-buttons.component.ts index 74ce1d56ae..84296a4b9c 100644 --- a/src/popup/app/components/action-buttons.component.ts +++ b/src/popup/app/components/action-buttons.component.ts @@ -45,8 +45,7 @@ export class ActionButtonsController implements ng.IController { } -ActionButtonsController.$inject = ['i18nService', '$analytics', 'constantsService', 'toastr', - '$timeout', '$window']; +ActionButtonsController.$inject = ['i18nService', '$analytics', 'constantsService', 'toastr', '$timeout', '$window']; export const ActionButtonsComponent = { bindings: { diff --git a/src/popup/app/current/current.component.ts b/src/popup/app/current/current.component.ts index a16a8d6072..9736cf4bff 100644 --- a/src/popup/app/current/current.component.ts +++ b/src/popup/app/current/current.component.ts @@ -174,9 +174,8 @@ export class CurrentController { } } -CurrentController.$inject = ['$scope', 'cipherService', 'platformUtilsService', 'utilsService', - 'toastr', '$window', '$state', '$timeout', 'autofillService', '$analytics', 'i18nService', - '$filter']; +CurrentController.$inject = ['$scope', 'cipherService', 'platformUtilsService', 'utilsService', 'toastr', '$window', + '$state', '$timeout', 'autofillService', '$analytics', 'i18nService', '$filter']; export const CurrentComponent = { bindings: {},