chore: 🤖 remove extra lines (#1330)

I ran the command yarn style and that got failed, so I fixed that
This commit is contained in:
Umesh Patidar
2023-06-17 01:49:21 +05:30
committed by GitHub
parent 1666c3a0be
commit 6debd5c1a2
7 changed files with 0 additions and 7 deletions

View File

@ -1,4 +1,3 @@
/**
* @function BinarySearch
* @description Search the integer inside the sorted integers array using Binary Search Algorithm.