Skip to content

Commit

Permalink
Fixed another format issue
Browse files Browse the repository at this point in the history
  • Loading branch information
navarroc committed Jan 17, 2025
1 parent 0e876e6 commit 772f62f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ public Dataset deleteDataset(@Parameter(name = "Dataset Id from data service", r
}
}
// remove dataset
logger.debug("Deleting dataset " + datasetId);
logger.debug("Deleting dataset " + datasetId);
dataset = repository.deleteDataset(datasetId);
if (dataset != null) {
logger.debug("Removing files from dataset " + datasetId);
Expand Down

0 comments on commit 772f62f

Please sign in to comment.