lint: fix whitespace
parent
42d0c65240
commit
240ca8a2b5
|
@ -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');
|
||||||
|
|
Loading…
Reference in New Issue