1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 18:00:18 +01:00

clean -formatting

This commit is contained in:
kumavis 2016-08-11 13:31:00 -07:00
parent 3417c421c8
commit 53b1334d37

View File

@ -39,9 +39,9 @@ function MetamaskInpageProvider (connectionStream) {
MetamaskInpageProvider.prototype.send = function (payload) {
const self = this
let selectedAddress
var result = null
let result = null
switch (payload.method) {
case 'eth_accounts':