Skip to content

Commit

Permalink
space
Browse files Browse the repository at this point in the history
  • Loading branch information
Rello committed Sep 24, 2023
1 parent 3b38d88 commit 756d038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Service/DatasetService.php
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ public function index()
public function readOwn(int $datasetId)
{
$ownDataset = $this->DatasetMapper->readOwn($datasetId);
if (! empty($ownDataset)) {
if (!empty($ownDataset)) {
$ownDataset['permissions'] = \OCP\Constants::PERMISSION_UPDATE;
}
$ownDataset['dataset'] = $ownDataset['id'];
Expand Down

0 comments on commit 756d038

Please sign in to comment.