Skip to content

Commit 6225a0e

Browse files
committed
Remove leading newline
1 parent 5473c1a commit 6225a0e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

shiny/quarto.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,7 @@ def convert_code_cells_to_app_py(json_file: str | Path, app_file: str | Path) ->
6464
indent(cell["text"], " ") + "\n\n # " + "=" * 72 + "\n\n"
6565
)
6666

67-
app_content = f"""
68-
# This file generated by Quarto; do not edit by hand.
67+
app_content = f"""# This file generated by Quarto; do not edit by hand.
6968
7069
from pathlib import Path
7170
from shiny import App, Inputs, Outputs, Session, ui

0 commit comments

Comments
 (0)