Skip to content

Commit

Permalink
removed newline
Browse files Browse the repository at this point in the history
  • Loading branch information
ErykKul committed May 6, 2024
1 parent 1eea73c commit 3b97add
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,6 @@ protected Dataset findDatasetOrDie(String id, boolean deep) throws WrappedRespon
badRequest(BundleUtil.getStringFromBundle("find.dataset.error.dataset.not.found.bad.id", Collections.singletonList(id))));
}
}

if (deep) {
dataset = datasetSvc.findDeep(datasetId);
} else {
Expand Down

0 comments on commit 3b97add

Please sign in to comment.