Skip to content

Commit

Permalink
Fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
Steveb-p committed Oct 15, 2020
1 parent 37886cb commit 0d367a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eZ/Publish/Core/Repository/UserService.php
Original file line number Diff line number Diff line change
Expand Up @@ -723,7 +723,7 @@ public function updateUserPassword(APIUser $user, UserUpdateStruct $userUpdateSt
])
);

$updateUserCallable = function() use ($loadedUser, $userUpdateStruct): void {
$updateUserCallable = function () use ($loadedUser, $userUpdateStruct): void {
$this->executeUserUpdate($loadedUser, $userUpdateStruct);
};

Expand Down

0 comments on commit 0d367a0

Please sign in to comment.