Skip to content

Commit 2303b28

Browse files
committed
style: remove unrelated changes
1 parent 8d7d6ea commit 2303b28

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Search/QuickSelectSearch.js

-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ export function quickSelectSearch(array, k) {
2121
while (from < to) {
2222
let left = from
2323
let right = to
24-
2524
const pivot = array[Math.ceil((left + right) * 0.5)]
2625

2726
while (left < right) {

0 commit comments

Comments
 (0)