buy-eth-url - lint fix

feature/default_network_editable
kumavis 6 years ago
parent 2c3fc18573
commit e4b5556c05
  1. 2
      app/scripts/lib/buy-eth-url.js

@ -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)

Loading…
Cancel
Save