From b522b788b62350d6c931c560758c903ae0f6ac32 Mon Sep 17 00:00:00 2001 From: Kenji Siu Date: Wed, 2 Nov 2016 22:58:59 +0800 Subject: common/math: go fmt --- common/math/exp.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common') diff --git a/common/math/exp.go b/common/math/exp.go index bd6eeb031..3fd31bd76 100644 --- a/common/math/exp.go +++ b/common/math/exp.go @@ -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. // -- cgit v1.2.3