Skip to content

Commit

Permalink
build(项目): 修复编译错误
Browse files Browse the repository at this point in the history
  • Loading branch information
storezhang committed Sep 5, 2024
1 parent 6b547e9 commit 2f0bf02
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion array.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ func Diff[T any](first *[]T, second *[]T) (diff []T) {
diff = append(diff, value)
}
}
set = make(map[any]bool)

return
}

0 comments on commit 2f0bf02

Please sign in to comment.