mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-03 10:03:47 +00:00
fixed tabs
This commit is contained in:
parent
a2a77172a6
commit
b6232cfdd1
1 changed files with 3 additions and 3 deletions
|
|
@ -281,9 +281,9 @@ var web3 = {
|
|||
unit++;
|
||||
}
|
||||
var s = val.toString().length < val.toFixed(2).length ? val.toString() : val.toFixed(2);
|
||||
var replaceFunction = function($0, $1, $2) {
|
||||
return $1 + ',' + $2;
|
||||
};
|
||||
var replaceFunction = function($0, $1, $2) {
|
||||
return $1 + ',' + $2;
|
||||
};
|
||||
|
||||
while (true) {
|
||||
var o = s;
|
||||
|
|
|
|||
Loading…
Reference in a new issue