Skip to content

Commit a0611c7

Browse files
committed
style(dav): format calendar prop patch callback
Signed-off-by: Jaggob <37583151+Jaggob@users.noreply.github.com>
1 parent 5127e1d commit a0611c7

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

lib/DAV/Calendar.php

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -261,15 +261,15 @@ public function propPatch(PropPatch $propPatch) {
261261
}
262262
$this->board->setColor($color);
263263
break;
264-
}
265264
}
266-
if ($this->stack !== null) {
267-
return $this->backend->updateStack($this->stack);
268-
}
269-
return $this->backend->updateBoard($this->board);
270-
});
271-
// We can just return here and let oc_properties handle everything
272-
}
265+
}
266+
if ($this->stack !== null) {
267+
return $this->backend->updateStack($this->stack);
268+
}
269+
return $this->backend->updateBoard($this->board);
270+
});
271+
// We can just return here and let oc_properties handle everything
272+
}
273273

274274
/**
275275
* @inheritDoc

0 commit comments

Comments
 (0)