Skip to content

Commit 84ce334

Browse files
committed
Add newline at end of file for subarray_product_less_than_k.py
1 parent 681cf36 commit 84ce334

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/interview_workbook/leetcode/sliding_window/subarray_product_less_than_k.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ def demo():
4343
tags=["array", "sliding window"],
4444
url="https://leetcode.com/problems/subarray-product-less-than-k/",
4545
notes="Two-pointer sliding window. Expand right, shrink left until product < k."
46-
)
46+
)

0 commit comments

Comments
 (0)