Completed
Push — master ( f21795...e63d25 )
by Janis
02:34
created
lib/Controller/PersonalSettingsController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -62,7 +62,7 @@
 block discarded – undo
62 62
 	 * @return \OCP\AppFramework\Http\DataResponse
63 63
 	 */
64 64
 	public function getAll() {
65
-		return $this->handleNotFound(function () {
65
+		return $this->handleNotFound(function() {
66 66
 			return $this->service->getAllForPersonal($this->userId);
67 67
 		});
68 68
 	}
Please login to merge, or discard this patch.