diff --git a/custom_scripts/NewBranchScript.py b/custom_scripts/NewBranchScript.py index 3f973e0..1c59670 100644 --- a/custom_scripts/NewBranchScript.py +++ b/custom_scripts/NewBranchScript.py @@ -118,4 +118,4 @@ def run(self, data, commit): ] output.append(','.join(attrs)) - return '\n'.join(output) \ No newline at end of file + return '\n'.join(output)