lint: fix whitespace

pull/461/head
Varun Patil 2023-03-07 18:49:21 -08:00
parent 6b3eda89d1
commit f2285a6fa5
1 changed files with 1 additions and 0 deletions

View File

@ -304,6 +304,7 @@ class ImageController extends ApiBase
/** @var \OCP\SystemTag\ISystemTag[] */
$tags = $tagManager->getTagsByIds($tagIds);
return array_map(function ($tag) {
return $tag->getName();
}, array_filter($tags, function ($tag) {