Skip to content

Commit e834dbc

Browse files
committed
chore: code format
1 parent bd35843 commit e834dbc

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/Service/RDAPService.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -662,7 +662,8 @@ private function registerEntity(array $rdapEntity, array $roles, string $domain,
662662

663663
try {
664664
$this->em->flush();
665-
} catch (UniqueConstraintViolationException) {}
665+
} catch (UniqueConstraintViolationException) {
666+
}
666667

667668
return $entity;
668669
}

0 commit comments

Comments
 (0)