Skip to content

Commit 156521b

Browse files
committed
Remove space
1 parent fc22d48 commit 156521b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/make_release.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
if not re.fullmatch(r"^([a-zA-Z0-9.]+)(?:-([a-zA-Z0-9.-]+))?(?:\+[a-zA-Z0-9.-]+)?$", VERSION):
3030
print('Version is not valid')
3131
sys.exit(1)
32-
32+
3333
branch = subprocess.run(
3434
['git', 'rev-parse', '--abbrev-ref', 'HEAD'], check=True, capture_output=True
3535
).stdout.strip().decode()

0 commit comments

Comments
 (0)