File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -620,7 +620,7 @@ public function it_can_avoid_detach_on_permission_that_does_not_exist_sync()
620
620
try {
621
621
$ this ->testUser ->syncPermissions ('permission-does-not-exist ' );
622
622
$ this ->fail ('Expected PermissionDoesNotExist exception was not thrown. ' );
623
- } catch (PermissionDoesNotExist $ e ){
623
+ } catch (PermissionDoesNotExist $ e ) {
624
624
//
625
625
}
626
626
Original file line number Diff line number Diff line change @@ -327,7 +327,7 @@ public function it_can_avoid_detach_on_role_that_does_not_exist_sync()
327
327
try {
328
328
$ this ->testUser ->syncRoles ('role-does-not-exist ' );
329
329
$ this ->fail ('Expected RoleDoesNotExist exception was not thrown. ' );
330
- } catch (RoleDoesNotExist $ e ){
330
+ } catch (RoleDoesNotExist $ e ) {
331
331
//
332
332
}
333
333
You can’t perform that action at this time.
0 commit comments