Commit 3914e82f authored by Péter Szilágyi's avatar Péter Szilágyi Committed by GitHub

Merge pull request #3225 from kenji-isuntv/develop

common/math: go fmt
parents 1b73c792 b522b788
......@@ -7,7 +7,7 @@ import (
)
// wordSize is the size number of bits in a big.Int Word.
const wordSize = 32 << (uint64(^big.Word(0))>>63)
const wordSize = 32 << (uint64(^big.Word(0)) >> 63)
// Exp implement exponentiation by squaring algorithm.
//
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment