Skip to content

Commit 1ffcdf7

Browse files
committed
Fix: add newline at end of file
1 parent ab522e8 commit 1ffcdf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/thealgorithms/searches/IterativeBinarySearch.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@ public <T extends Comparable<T>> int find(T[] array, T key) {
6060
// Element not found
6161
return -1;
6262
}
63-
}
63+
}

0 commit comments

Comments
 (0)