Skip to content

Commit d72e1dd

Browse files
committed
Change multiline to single line
1 parent 3086745 commit d72e1dd

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

hands_on/add_remote.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,7 @@ def download(verbose: bool):
2222
""",
2323
)
2424
add(["fruits.txt"], verbose)
25-
append_to_file("fruits.txt", """
26-
figs
27-
""",
28-
)
25+
append_to_file("fruits.txt", "figs")
2926
add(["fruits.txt"], verbose)
3027
commit("Insert figs into fruits.txt", verbose)
3128
create_or_update_file("colours.txt", """

0 commit comments

Comments
 (0)