diff --git a/projects/aca-content/src/lib/components/view-profile/view-profile.component.spec.ts b/projects/aca-content/src/lib/components/view-profile/view-profile.component.spec.ts index 4fab7a5df..a1d6060f6 100644 --- a/projects/aca-content/src/lib/components/view-profile/view-profile.component.spec.ts +++ b/projects/aca-content/src/lib/components/view-profile/view-profile.component.spec.ts @@ -163,4 +163,4 @@ describe('ViewProfileComponent', () => { expect(component.toggleContactButtons).toHaveBeenCalledTimes(2); }); -}); \ No newline at end of file +}); diff --git a/projects/aca-content/src/lib/components/view-profile/view-profile.component.ts b/projects/aca-content/src/lib/components/view-profile/view-profile.component.ts index d0ecb38fc..a316057c7 100644 --- a/projects/aca-content/src/lib/components/view-profile/view-profile.component.ts +++ b/projects/aca-content/src/lib/components/view-profile/view-profile.component.ts @@ -171,4 +171,4 @@ export class ViewProfileComponent implements OnInit { isSaveButtonDisabled(): boolean { return this.profileForm.invalid; } -} \ No newline at end of file +} diff --git a/projects/aca-content/src/lib/components/view-profile/view-profile.guard.ts b/projects/aca-content/src/lib/components/view-profile/view-profile.guard.ts index 0c7a0b98c..fdfa31fbb 100644 --- a/projects/aca-content/src/lib/components/view-profile/view-profile.guard.ts +++ b/projects/aca-content/src/lib/components/view-profile/view-profile.guard.ts @@ -24,4 +24,4 @@ export class ViewProfileRuleGuard implements CanActivate { private isEcmLoggedIn() { return this.authService.isEcmLoggedIn() || (this.authService.isECMProvider() && this.authService.isKerberosEnabled()); } -} \ No newline at end of file +} diff --git a/projects/aca-content/src/lib/components/view-profile/view-profile.module.ts b/projects/aca-content/src/lib/components/view-profile/view-profile.module.ts index 7c4fc1d64..ff817f799 100644 --- a/projects/aca-content/src/lib/components/view-profile/view-profile.module.ts +++ b/projects/aca-content/src/lib/components/view-profile/view-profile.module.ts @@ -32,4 +32,4 @@ import { CoreModule } from '@alfresco/adf-core'; imports: [CommonModule, CoreModule.forChild()], declarations: [ViewProfileComponent] }) -export class ViewProfileModule {} \ No newline at end of file +export class ViewProfileModule {}