Skip to content

Commit ef6a8f0

Browse files
author
github-actions
committed
[github-actions] Apply auto-formatting using ruff
1 parent 0a26c66 commit ef6a8f0

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

hands_on/fetch_merge.py

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,13 @@ def download(verbose: bool):
1212
"https://github.com/git-mastery/samplerepo-finances.git", verbose
1313
)
1414
os.chdir("samplerepo-finances")
15-
run_command(["git", "remote", "set-url", "origin", "https://github.com/git-mastery/samplerepo-finances-2.git"], verbose)
15+
run_command(
16+
[
17+
"git",
18+
"remote",
19+
"set-url",
20+
"origin",
21+
"https://github.com/git-mastery/samplerepo-finances-2.git",
22+
],
23+
verbose,
24+
)

0 commit comments

Comments
 (0)