Skip to content

Commit

Permalink
Remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
gregcorbett committed Jan 29, 2025
1 parent 7972903 commit 277ad7e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/Gocdb_Services/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -580,10 +580,10 @@ public function getIdentityProvidersInfo()
$providerDetails);
}
}

return $identityProviders;
}

private function extractProviderInfo($providerDetails)
{
/** required_groups */
Expand All @@ -594,7 +594,7 @@ private function extractProviderInfo($providerDetails)
$requiredGroups[] = (string) $group;
}
}

// Return extracted provider information as an array
return [
'idp' => trim((string) $providerDetails->idp),
Expand All @@ -606,5 +606,5 @@ private function extractProviderInfo($providerDetails)
'help_url' => trim((string) $providerDetails->help_url)
];
}

}

0 comments on commit 277ad7e

Please sign in to comment.