From bb459ce4b45d0ddcfc2ec0cfe3e925125550d862 Mon Sep 17 00:00:00 2001 From: Vincent Salucci <26154748+vincentsalucci@users.noreply.github.com> Date: Tue, 4 Feb 2020 15:07:31 -0600 Subject: [PATCH] Fixed lint warning (#63) --- src/angular/components/add-edit.component.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/angular/components/add-edit.component.ts b/src/angular/components/add-edit.component.ts index 9eae5f7572..eea9e3dde4 100644 --- a/src/angular/components/add-edit.component.ts +++ b/src/angular/components/add-edit.component.ts @@ -164,7 +164,7 @@ export class AddEditComponent implements OnInit { if (this.cloneMode) { this.cloneMode = true; this.title = this.i18nService.t('addItem'); - } else{ + } else { this.title = this.i18nService.t('editItem'); } } else { @@ -185,7 +185,7 @@ export class AddEditComponent implements OnInit { // Adjust Cipher Name if Cloning if (this.cloneMode) { - this.cipher.name += " - " + this.i18nService.t('clone'); + this.cipher.name += ' - ' + this.i18nService.t('clone'); } } else { this.cipher = new CipherView(); @@ -232,7 +232,7 @@ export class AddEditComponent implements OnInit { (this.cipher.login.uris[0].uri == null || this.cipher.login.uris[0].uri === '')) { this.cipher.login.uris = null; } - + // Allows saving of selected collections during "Add" and "Clone" flows if ((!this.editMode || this.cloneMode) && this.cipher.organizationId != null) { this.cipher.collectionIds = this.collections == null ? [] :