Skip to content

Commit b7ad8f7

Browse files
committed
Add space to single-cell steps to promote line breaks
1 parent ec490bd commit b7ad8f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

singlecell/src/org/labkey/singlecell/analysis/AbstractSingleCellHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,7 @@ else if (step.createsSeuratObjects())
591591
so.setName(output.getDatasetName() == null ? output.getDatasetId() : output.getDatasetName());
592592
so.setCategory("Seurat Object");
593593
so.setFile(output.getFile());
594-
String description = getOutputDescription(ctx, output.getFile(), Arrays.asList("Steps: " + steps.stream().map(x -> x.getProvider().getName()).collect(Collectors.joining(";"))));
594+
String description = getOutputDescription(ctx, output.getFile(), Arrays.asList("Steps: " + steps.stream().map(x -> x.getProvider().getName()).collect(Collectors.joining("; "))));
595595
so.setDescription(description);
596596

597597
if (NumberUtils.isCreatable(output.getDatasetId()))

0 commit comments

Comments
 (0)