Skip to content

Commit b97892a

Browse files
committed
style: apply clang-format to LinearSearch
1 parent fdda499 commit b97892a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ public <T extends Comparable<T>> int find(T[] array, T value) {
5656
}
5757
return -1;
5858
}
59-
}
59+
}

0 commit comments

Comments
 (0)