Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
frankyso authored and github-actions[bot] committed Oct 14, 2022
1 parent 36b334b commit 362b3e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Actions/ImportAction.php
Original file line number Diff line number Diff line change
Expand Up @@ -154,15 +154,15 @@ private function getFields(ImportField|Field $field): Field
}

$selected = array_search($field->getName(), $options);
if($selected != false){
if ($selected != false) {
$set($field->getName(), $selected);
}

return $options;
});
}

private function getCachedHeadingOptions(callable $get){

private function getCachedHeadingOptions(callable $get)
{
}
}

0 comments on commit 362b3e8

Please sign in to comment.