Completed
Pull Request — master (#1361)
by Maxence
30s
created
lib/AppInfo/Application.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -230,7 +230,7 @@  discard block
 block discarded – undo
230 230
 		$eventDispatcher = $container->getEventDispatcher();
231 231
 		$eventDispatcher->addListener(
232 232
 			'OCA\Files::loadAdditionalScripts',
233
-			function () {
233
+			function() {
234 234
 				Util::addScript('circles', 'files/circles.files.app');
235 235
 				Util::addScript('circles', 'files/circles.files.list');
236 236
 
@@ -246,7 +246,7 @@  discard block
 block discarded – undo
246 246
 	public function registerFilesNavigation() {
247 247
 		$appManager = FilesApp::getNavigationManager();
248 248
 		$appManager->add(
249
-			function () {
249
+			function() {
250 250
 				$l = OC::$server->getL10N('circles');
251 251
 
252 252
 				return [
Please login to merge, or discard this patch.