Skip to content

Commit

Permalink
Fix code indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Neilson committed Jan 23, 2023
1 parent 15c3bfa commit 0501309
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,8 @@ public function testGetAPIAuthentication()
$type = 'X.509';
// Start with no APIAuthentication entities to be found
$this->assertCount(
0,
$authEntServ->getAPIAuthentication($ident),
0,
$authEntServ->getAPIAuthentication($ident),
"Non-zero count returned when searching for APIAuthentication entity " .
"for id:{$ident} when expected none."
);
Expand Down

0 comments on commit 0501309

Please sign in to comment.