summaryrefslogtreecommitdiff
path: root/progs/a745.py
diff options
context:
space:
mode:
Diffstat (limited to 'progs/a745.py')
-rw-r--r--progs/a745.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/progs/a745.py b/progs/a745.py
index 1d9fe80..9a21dfa 100644
--- a/progs/a745.py
+++ b/progs/a745.py
@@ -12,4 +12,4 @@ def find_rotation_count(A):
right = mid - 1
elif A[mid] >= A[left]:
left = mid + 1
- return -1
+ return -1 \ No newline at end of file