Skip to content

Commit 62abbc6

Browse files
committed
style: fix checkstyle violations
1 parent 79de926 commit 62abbc6

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

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

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

5050
return -1;
5151
}
52-
}

0 commit comments

Comments
 (0)