fix: resolve ktlint errors in bridge feature module

This commit is contained in:
2026-01-23 15:15:43 +03:00
parent 71ca24cbdb
commit f8311dfe4b
2 changed files with 8 additions and 7 deletions
@@ -3,8 +3,8 @@ package io.novafoundation.nova.feature_bridge_api.domain.model
import java.math.BigDecimal
enum class BridgeTransactionType {
DEPOSIT, // Polkadot USDT -> Pezkuwi wUSDT
WITHDRAW // Pezkuwi wUSDT -> Polkadot USDT
DEPOSIT, // Polkadot USDT -> Pezkuwi wUSDT
WITHDRAW // Pezkuwi wUSDT -> Polkadot USDT
}
enum class BridgeTransactionStatus {