Completed
Pull Request — master (#701)
by René
09:31
created
lib/Cron/NotificationCron.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -51,9 +51,9 @@
 block discarded – undo
51 51
 	 * run
52 52
 	 * @param string $token
53 53
 	 */
54
-    protected function run($arguments) {
55
-        if ($this->mailService->sendNotifications()) {
56
-        	$this->logger->debug('Notifications sent');
57
-        }
58
-    }
54
+	protected function run($arguments) {
55
+		if ($this->mailService->sendNotifications()) {
56
+			$this->logger->debug('Notifications sent');
57
+		}
58
+	}
59 59
 }
Please login to merge, or discard this patch.