Skip to content

Commit 9b65a20

Browse files
Update scripts/leetcode_directory_md.py
Co-authored-by: David Leal <[email protected]>
1 parent 29535e6 commit 9b65a20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/leetcode_directory_md.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,4 +121,4 @@ def formatted_string(header, title, solution, difficulty):
121121
solutions_folder = top_dir / "leetcode" / "src"
122122

123123
tasks_list = fetch_leetcode_folder_tasks(solutions_folder)
124-
print_directory_md(tasks_list)
124+
print_directory_md(tasks_list)

0 commit comments

Comments
 (0)