1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 01:39:44 +01:00

buy-eth-url - lint fix

This commit is contained in:
kumavis 2019-03-29 10:53:46 +08:00
parent 2c3fc18573
commit e4b5556c05

View File

@ -11,7 +11,7 @@ module.exports = getBuyEthUrl
* network does not match any of the specified cases, or if no network is given, returns undefined.
*
*/
function getBuyEthUrl({ network, amount, address, service }) {
function getBuyEthUrl ({ network, amount, address, service }) {
// default service by network if not specified
if (!service) service = getDefaultServiceForNetwork(network)