@@ -25,7 +25,7 @@ discard block |
||
| 25 | 25 | */ |
| 26 | 26 | $c->query('OCP\INavigationManager') |
| 27 | 27 | ->add( |
| 28 | - function () use ($c, $appName) { |
|
| 28 | + function() use ($c, $appName) { |
|
| 29 | 29 | $urlGenerator = $c->query('OCP\IURLGenerator'); |
| 30 | 30 | $l10n = $c->query('OCP\IL10N'); |
| 31 | 31 | |
@@ -38,7 +38,7 @@ discard block |
||
| 38 | 38 | |
| 39 | 39 | // The route that will be shown on startup when called from within the GUI |
| 40 | 40 | // Public links are using another route, see appinfo/routes.php |
| 41 | - 'href' => $urlGenerator->linkToRoute($appName . '.page.index'), |
|
| 41 | + 'href' => $urlGenerator->linkToRoute($appName.'.page.index'), |
|
| 42 | 42 | |
| 43 | 43 | // The icon that will be shown in the navigation |
| 44 | 44 | // This file needs to exist in img/ |
@@ -77,4 +77,4 @@ discard block |
||
| 77 | 77 | */ |
| 78 | 78 | Util::addStyle($appName, 'slideshow'); |
| 79 | 79 | Util::addStyle($appName, 'gallerybutton'); |
| 80 | -});// @codeCoverageIgnoreEnd |
|
| 80 | +}); // @codeCoverageIgnoreEnd |
|