Completed
Pull Request — master (#100)
by Robin
01:23
created
lib/AppInfo/Application.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -78,8 +78,7 @@
 block discarded – undo
78 78
 					$c->query(MiscService::class),
79 79
 					new UserStoragesService($userStoragesService)
80 80
 				);
81
-			}
82
-			catch (ContainerExceptionInterface $e) {
81
+			} catch (ContainerExceptionInterface $e) {
83 82
 				return new SearchMappingService(
84 83
 					$c->query(ConfigService::class),
85 84
 					$c->query(MiscService::class)
Please login to merge, or discard this patch.