Skip to content

Commit 2aa5a0e

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

strings/longest_palindrome

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def benchmark():
5151
result = longest_palindrome(key)
5252
end_time = timeit.default_timer()
5353
elapsed_time = end_time - start_time
54-
54+
5555
print(f"{key[:30]:<35} -> Longest Palindrome: {result} (Time: {elapsed_time:.6f} seconds)")
5656
assert result == value, f"Test failed for {key}. Expected {value}, but got {result}"
5757

0 commit comments

Comments
 (0)