Skip to content

Commit

Permalink
Indenting consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
pjcon committed Oct 18, 2021
1 parent 272683f commit b8f2c46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/RemoveInactiveUsersRunner.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
function deleteUser($user, $em){
$em->getConnection()->beginTransaction();
try {
$em->remove($user);
$em->remove($user);
$em->flush();
$em->getConnection()->commit();
echo "User deleted.\n";
Expand Down

0 comments on commit b8f2c46

Please sign in to comment.