Skip to content

Commit 467fac8

Browse files
authored
more line up
1 parent 4744bf0 commit 467fac8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

myst_nb/core/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ def coalesce_streams(outputs: list[NotebookNode]) -> list[NotebookNode]:
2929
if out:
3030
streams[output["name"]]["text"] += f"{out}\n"
3131
else:
32-
new_outputs.append(output)
3332
output["text"] = output["text"].strip() + "\n"
33+
new_outputs.append(output)
3434
streams[output["name"]] = output
3535
else:
3636
new_outputs.append(output)

0 commit comments

Comments
 (0)