Skip to content

Commit

Permalink
🤖 dprint fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
typescript-bot committed Mar 4, 2024
1 parent bd0b1e7 commit 1afd52f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions types/invity-api/invity-api-tests.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import {
BuyProviderInfo,
BuyTrade,
ExchangeTrade,
P2pQuote,
Expand All @@ -7,7 +8,6 @@ import {
SavingsTradeItem,
SavingsTradeKYCStatusSuccessfulResponse,
SellFiatTrade,
BuyProviderInfo,
} from "invity-api";

const bt: BuyTrade = {
Expand Down Expand Up @@ -79,5 +79,5 @@ const providerInfo: BuyProviderInfo = {
tradedCoins: [],
tradedFiatCurrencies: [],
supportedCountries: [],
paymentMethods: []
}
paymentMethods: [],
};

0 comments on commit 1afd52f

Please sign in to comment.