From f2ecef84994d4a30f995fe7bce33d0c8925acf03 Mon Sep 17 00:00:00 2001 From: Asif Mustaque Date: Sat, 4 Mar 2023 12:29:08 +0530 Subject: [PATCH] A tiny indentation fix --- .../epeople-registry/eperson-form/eperson-form.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/access-control/epeople-registry/eperson-form/eperson-form.component.ts b/src/app/access-control/epeople-registry/eperson-form/eperson-form.component.ts index 20a9e389c7..5a7ab735ca 100644 --- a/src/app/access-control/epeople-registry/eperson-form/eperson-form.component.ts +++ b/src/app/access-control/epeople-registry/eperson-form/eperson-form.component.ts @@ -169,7 +169,7 @@ export class EPersonFormComponent implements OnInit, OnDestroy { * A boolean that indicate if to display EPersonForm's Rest password button */ displayResetPassword = false; - + /** * A string that indicate the label of Submit button */