Skip to content

Commit

Permalink
New line EOF
Browse files Browse the repository at this point in the history
  • Loading branch information
cwilson21 committed Apr 23, 2024
1 parent 1e94da6 commit 0955c94
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion actions/get_issue.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@ def strip_braces(data):
else:
return data

return strip_braces(result) if sanitize_formatting else result
return strip_braces(result) if sanitize_formatting else result

0 comments on commit 0955c94

Please sign in to comment.