Skip to content

Commit 92e3c78

Browse files
committed
remove unnecessary blank lines
1 parent 4c189a0 commit 92e3c78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

curves/scripts/linkify_changelog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@
2828
for line in fileinput.input(inplace=True):
2929
line = re.sub(r"\- #([0-9]*)", r"- [\\#\1](https://github.com/arkworks-rs/" + repo_name + r"/pull/\1)", line.rstrip())
3030
# edits the current file
31-
print(line)
31+
print(line)

0 commit comments

Comments
 (0)