Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Armstrong authored and Samuel Armstrong committed Nov 5, 2023
1 parent 06b546a commit ae58db1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion claude/script.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def generate_docstring(file_str, fn_name, key):
)
docstring = _extract_relevant_info(completion.completion)
docstring = docstring.replace("\n", "\n ")
return docstring + "\n"
return " " + docstring + "\n"


def add_docstring(key):
Expand Down

0 comments on commit ae58db1

Please sign in to comment.