Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 816c0fbc authored by Akhil's avatar Akhil 🙂
Browse files

code reformat

parent 883434a6
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -22,8 +22,9 @@ class ECloudAccountCreator implements AccountCreator
    {
        $id = "e_cloud_account_data";
        try {
            if ($this->isUsernameTaken($userData->username))
            if ($this->isUsernameTaken($userData->username)) {
                return new \ValidatedData($id, "error_account_taken");
            }
        } catch (\Error $_) {
            return new \ValidatedData($id, "error_server_side");
        }