From 83af702f1cae043902e23e9358c3e036ddca8d33 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Wed, 3 Jun 2020 16:46:25 +0530 Subject: re-indent with latest version of prettier --- src/android/index.ts | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/android/index.ts') diff --git a/src/android/index.ts b/src/android/index.ts index 0e8efd840..a10236cee 100644 --- a/src/android/index.ts +++ b/src/android/index.ts @@ -33,7 +33,10 @@ import { } from "../util/http"; import { NodeHttpLib } from "../headless/NodeHttpLib"; import { WalletNotification } from "../types/notifications"; -import { WALLET_EXCHANGE_PROTOCOL_VERSION, WALLET_MERCHANT_PROTOCOL_VERSION } from "../operations/versions"; +import { + WALLET_EXCHANGE_PROTOCOL_VERSION, + WALLET_MERCHANT_PROTOCOL_VERSION, +} from "../operations/versions"; // @ts-ignore: special built-in module //import akono = require("akono"); @@ -159,7 +162,7 @@ class AndroidWalletMessageHandler { supported_protocol_versions: { exchange: WALLET_EXCHANGE_PROTOCOL_VERSION, merchant: WALLET_MERCHANT_PROTOCOL_VERSION, - } + }, }; } case "getTransactions": { -- cgit v1.2.3