Skip to content

Commit

Permalink
Lint circlehash64.go
Browse files Browse the repository at this point in the history
Resolve a coding style issue reported by gocritic.
  • Loading branch information
fxamacker authored Aug 4, 2024
1 parent 0e30fa3 commit 6644ae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circlehash64.go
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ func circle64f(p unsafe.Pointer, seed uint64, dlen uint64) uint64 {
p = add(p, 64)
}

currentState = currentState ^ duplicatedState
currentState ^= duplicatedState
}

// We have at most 64 bytes to process.
Expand Down

0 comments on commit 6644ae5

Please sign in to comment.