Skip to content

Commit 6375494

Browse files
committed
format
1 parent 7c9bfd2 commit 6375494

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/scripts/run-tests

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ def release_file(
217217
patch_version = version
218218
ops_copy.remove((op, version)) # found an operator to patch
219219
break
220-
patched_release.append(line.rstrip('\n'))
220+
patched_release.append(line.rstrip("\n"))
221221

222222
# Filter out skip operators
223223
skipped_release = []

0 commit comments

Comments
 (0)