lint: fix whitespace

cap
Varun Patil 2022-11-29 09:04:09 -08:00
parent 42d0c65240
commit 240ca8a2b5
1 changed files with 2 additions and 1 deletions

View File

@ -166,7 +166,8 @@ trait TimelineQueryAlbums
} }
/** Get the name of the collaborators table */ /** Get the name of the collaborators table */
private function collaboratorsTable() { private function collaboratorsTable()
{
// https://github.com/nextcloud/photos/commit/20e3e61ad577014e5f092a292c90a8476f630355 // https://github.com/nextcloud/photos/commit/20e3e61ad577014e5f092a292c90a8476f630355
$appManager = \OC::$server->getAppManager(); $appManager = \OC::$server->getAppManager();
$photosVersion = $appManager->getAppVersion('photos'); $photosVersion = $appManager->getAppVersion('photos');