Passed
Pull Request — master (#1187)
by René
13:55 queued 05:55
created
lib/Service/CalendarService.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -88,7 +88,7 @@
 block discarded – undo
88 88
 	 * @return Array
89 89
 	 */
90 90
 	public function getCalendars() {
91
-		$calendars =  [];
91
+		$calendars = [];
92 92
 		foreach ($this->calendars as $calendar) {
93 93
 			$calendars[] = [
94 94
 				'name' => $calendar->getDisplayName(),
Please login to merge, or discard this patch.