Skip to content

Commit 4d19802

Browse files
fix: lint
1 parent a3dbcb2 commit 4d19802

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

product-of-array-except-self/changchanghwang.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ func productExceptSelf(nums []int) []int {
2323
}
2424

2525
return res
26-
}
26+
}

0 commit comments

Comments
 (0)