Skip to content

Commit cb2d580

Browse files
committed
update markdown
1 parent a2cc248 commit cb2d580

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

singlecell/api-src/org/labkey/api/singlecell/pipeline/AbstractSingleCellPipelineStep.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ public void print(PrintWriter out)
395395
out.println("");
396396
if (header != null)
397397
{
398-
out.println("##" + header);
398+
out.println("## " + header);
399399
}
400400

401401
if (extraText != null)

0 commit comments

Comments
 (0)