Skip to content

Commit

Permalink
fix: #241 line break fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Yjason-K committed Dec 27, 2024
1 parent e1d144d commit a2ac1b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 3sum/Yjason-K.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,5 @@ function threeSum(nums: number[]): number[][] {
}

return result;
}
}

0 comments on commit a2ac1b0

Please sign in to comment.