Skip to content

Commit 15b15e1

Browse files
drbytegithub-actions[bot]
authored andcommitted
Fix styling
1 parent f2f476c commit 15b15e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/HasPermissionsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -620,7 +620,7 @@ public function it_can_avoid_detach_on_permission_that_does_not_exist_sync()
620620
try {
621621
$this->testUser->syncPermissions('permission-does-not-exist');
622622
$this->fail('Expected PermissionDoesNotExist exception was not thrown.');
623-
} catch (PermissionDoesNotExist $e){
623+
} catch (PermissionDoesNotExist $e) {
624624
//
625625
}
626626

tests/HasRolesTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ public function it_can_avoid_detach_on_role_that_does_not_exist_sync()
327327
try {
328328
$this->testUser->syncRoles('role-does-not-exist');
329329
$this->fail('Expected RoleDoesNotExist exception was not thrown.');
330-
} catch (RoleDoesNotExist $e){
330+
} catch (RoleDoesNotExist $e) {
331331
//
332332
}
333333

0 commit comments

Comments
 (0)