Skip to content
Prev Previous commit
Next Next commit
extra line added at the end of file
Signed-off-by: Sunny Kumar <[email protected]>
  • Loading branch information
Sunny Kumar committed Nov 1, 2023
commit bb75172a28dd06284f4f8550e459c7bf1e14804f
2 changes: 1 addition & 1 deletion data_structures/arrays/find_triplets_with_0_sum.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,4 @@ def find_triplets_with_0_sum_hashing(arr: list) -> list:
set_initialize.add(arr[j])

# Return all the triplet combinations.
return output_arr
return output_arr