Fix clang-format

Broke clang-format here:
https://gerrit.openbmc-project.xyz/#/c/10649/

Change-Id: I7cba713ae05d4ed1b1a4ffb013a0cd04fc0082a6
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
diff --git a/app/users/controllers/user-accounts-controller.js b/app/users/controllers/user-accounts-controller.js
index 17dd0e9..24a93cb 100644
--- a/app/users/controllers/user-accounts-controller.js
+++ b/app/users/controllers/user-accounts-controller.js
@@ -57,9 +57,10 @@
                 function(error) {
                   $scope.state = 'error';
                   $scope.errorMsg = 'Old password is not correct!';
-                }).finally(function() {
-                  dataService.ignoreHttpError = false;
-                });
+                })
+            .finally(function() {
+              dataService.ignoreHttpError = false;
+            });
       };
     }
   ]);