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