Skip to content

Commit ded9c6d

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 02f2a78 commit ded9c6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

data_structures/arrays/rotate_array.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ def reverse(start, end):
3131

3232
for arr, k in examples:
3333
rotated = rotate_array(arr.copy(), k)
34-
print(f"Rotate {arr} by {k}: {rotated}")
34+
print(f"Rotate {arr} by {k}: {rotated}")

0 commit comments

Comments
 (0)