Skip to content

Commit 0f7cc23

Browse files
authored
remove digit seperator (pingcap#683)
1 parent 43a9376 commit 0f7cc23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_driver/test_driver_mydecimal.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const panicInfo = "This branch is not implemented. " +
2323
const (
2424
maxWordBufLen = 9 // A MyDecimal holds 9 words.
2525
digitsPerWord = 9 // A word holds 9 digits.
26-
digMask = 100_000_000
26+
digMask = 100000000
2727
)
2828

2929
var (

0 commit comments

Comments
 (0)