Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
changchanghwang committed Dec 26, 2024
1 parent a3dbcb2 commit 4d19802
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion product-of-array-except-self/changchanghwang.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ func productExceptSelf(nums []int) []int {
}

return res
}
}

0 comments on commit 4d19802

Please sign in to comment.