Skip to content

Commit f6daa1d

Browse files
author
Rubinder25
committed
formatting
1 parent 5e30d23 commit f6daa1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hard/longest_increasing_subsequence/longest_increasing_subsequence.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ function longest_increasing_subsequence_Array(arr) {
4747
return lis.reduce((acc, val) => (acc.length >= val.length ? acc : val));
4848
}
4949

50-
module.exports = longest_increasing_subsequence_Length
50+
module.exports = longest_increasing_subsequence_Length;

0 commit comments

Comments
 (0)