good morning!!!!

Skip to content
Snippets Groups Projects
Commit b522b788 authored by Kenji Siu's avatar Kenji Siu
Browse files

common/math: go fmt

parent 1b73c792
No related branches found
No related tags found
No related merge requests found
......@@ -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.
//
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment