Skip to content

Commit c646fca

Browse files
committed
♻️ Refactor: lint fix
1 parent f307f6c commit c646fca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

product-of-array-except-self/jangwonyoon.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ var productExceptSelf = function(nums) {
2828
}
2929

3030
return res;
31-
};
31+
};

0 commit comments

Comments
 (0)