Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cd1374d2 authored by rinpatch's avatar rinpatch
Browse files

added whitespaces

parent a305dae9
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -44,7 +44,6 @@ def request(query, params):
    if not m:
        # wrong query
        return params

    amount, from_currency, to_currency = m.groups()
    amount = float(amount)
    from_currency = name_to_iso4217(from_currency.strip())