console, internal: enforce camel case variable names (#19059)

This commit is contained in:
Matthew Halpern
2019-02-14 06:38:07 -08:00
committed by Péter Szilágyi
parent 3ee09ba035
commit e6c06a1da8
3 changed files with 32 additions and 32 deletions

View File

@ -32,8 +32,8 @@ import (
)
var (
BigNumber_JS = deps.MustAsset("bignumber.js")
Web3_JS = deps.MustAsset("web3.js")
BignumberJs = deps.MustAsset("bignumber.js")
Web3Js = deps.MustAsset("web3.js")
)
/*