From 3adac8da3ed2f34e613cfef8eae5945d912088fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Renaudeau?= Date: Tue, 6 Jul 2021 14:18:15 +0200 Subject: [PATCH] prettier --- src/families/crypto_org/types.js | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/families/crypto_org/types.js b/src/families/crypto_org/types.js index 59ea61bac8..770fede573 100644 --- a/src/families/crypto_org/types.js +++ b/src/families/crypto_org/types.js @@ -35,7 +35,6 @@ export type Transaction = {| // add here all transaction-specific fields if you implement other modes than "send" |}; - export type TransactionRaw = {| ...TransactionCommonRaw, family: "crypto_org", @@ -44,12 +43,10 @@ export type TransactionRaw = {| // also the transaction fields as raw JSON data |}; -export type CryptoOrgPreloadData = {| -|}; +export type CryptoOrgPreloadData = {||}; export type NetworkInfo = {}; export type NetworkInfoRaw = {}; - -export const reflect = (_declare: *) => {}; \ No newline at end of file +export const reflect = (_declare: *) => {};