Skip to content

Commit

Permalink
style: revert bad change
Browse files Browse the repository at this point in the history
  • Loading branch information
kehiy committed Aug 21, 2023
1 parent c13ce08 commit 0fa2b36
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion util/slice.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ func Subtracts(slice1 []int32, slice2 []int32) []int32 {
for _, s2 := range slice2 {
if s1 == s2 {
found = true

break
}
}
Expand Down

0 comments on commit 0fa2b36

Please sign in to comment.