mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2026-03-13 15:21:15 +08:00
Complying with JavaScript Standard Style (npx standard --fix).
This commit is contained in:
@@ -49,7 +49,7 @@ function binarySearchIterative (arr, x, low = 0, high = arr.length - 1) {
|
||||
return -1
|
||||
}
|
||||
|
||||
export { binarySearchIterative, binarySearchRecursive}
|
||||
export { binarySearchIterative, binarySearchRecursive }
|
||||
|
||||
/* ---------------------------------- Test ---------------------------------- */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user