Skip to content

Commit

Permalink
[FINNA-1243] Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
tmikkonen committed Apr 4, 2024
1 parent 47e68fd commit a4da6f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@ public function getOriginalLanguages()
$result = [];
}
if (!isset($result)) {
$result = $languages;
$result = $languages;
}
return $result;
}
Expand Down

0 comments on commit a4da6f6

Please sign in to comment.