Skip to content

Commit

Permalink
Fixes formatting in form class
Browse files Browse the repository at this point in the history
Signed-off-by: Jhon <jhon@lepidus.com.br>
  • Loading branch information
JhonathanLepidus committed Sep 20, 2024
1 parent 6eeed5a commit 17869ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/components/forms/DatasetMetadataForm.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ private function getVocabSuggestionUrlBase()
private function mapLicensesForDisplay(array $licenses): array
{
$mappedLicenses = [];
foreach($licenses as $license) {
foreach ($licenses as $license) {
$mappedLicenses[] = ['label' => $license['name'], 'value' => $license['name']];
}
return $mappedLicenses;
Expand Down

0 comments on commit 17869ea

Please sign in to comment.