Completed
Pull Request — master (#100)
by Robin
02:31
created
lib/AppInfo/Application.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -72,8 +72,7 @@
 block discarded – undo
72 72
 					$c->query(MiscService::class),
73 73
 					new UserStoragesService($userStoragesService)
74 74
 				);
75
-			}
76
-			catch (QueryException $e) {
75
+			} catch (QueryException $e) {
77 76
 				return new SearchMappingService(
78 77
 					$c->query(ConfigService::class),
79 78
 					$c->query(MiscService::class)
Please login to merge, or discard this patch.