all: apply gofumpt (#79)
Apply @mvdan's opinionated gofumpt formatter across the codebase.
This commit is contained in:
committed by
GitHub
parent
d0da7e47ad
commit
1735441939
@@ -28,7 +28,6 @@ func scramble64(v, prime uint64) uint64 {
|
||||
}
|
||||
|
||||
func SeedState(seed []uint64) State {
|
||||
|
||||
var state State
|
||||
|
||||
state[0] = seed[0] ^ 0x43f6a8885a308d31
|
||||
|
||||
Reference in New Issue
Block a user