Skip to content

Commit 93e0aae

Browse files
committed
Fixing checkstyle violations
1 parent 62abbc6 commit 93e0aae

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,4 @@ public <T extends Comparable<T>> int find(T[] array, T value) {
4949

5050
return -1;
5151
}
52+
}

0 commit comments

Comments
 (0)