Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze authored and github-actions[bot] committed May 27, 2022
1 parent f6e8578 commit 692a3bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/RdapTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
expect($response)->toBeNull();
});

it('will throw an exception for a non-supported domain', function() {
it('will throw an exception for a non-supported domain', function () {
$this->rdap->domain('flareapp.io');
})->throws(CouldNotFindRdapServer::class);

0 comments on commit 692a3bf

Please sign in to comment.