Passed
Pull Request — master (#464)
by Maxence
02:25
created
lib/Service/BoardService.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -212,7 +212,7 @@
 block discarded – undo
212 212
 		$this->permissionService->checkPermission($this->boardMapper, $id, Acl::PERMISSION_READ);
213 213
 		$board = $this->find($id);
214 214
 		$board->setDeletedAt(0);
215
-		$update =  $this->boardMapper->update($board);
215
+		$update = $this->boardMapper->update($board);
216 216
 
217 217
 		$this->eventDispatcher->dispatch(
218 218
 			'\OCA\Deck::onBoardUpdate', new GenericEvent(null, ['id' => $id])
Please login to merge, or discard this patch.