From c60967e7afea7e11831061359c521d0d4b62773a Mon Sep 17 00:00:00 2001 From: Satoshi Qazi Muhammed Date: Tue, 14 Jul 2026 21:50:18 -0700 Subject: [PATCH] Fix ktlint: blank line before commented declaration in BridgeViewModel --- .../nova/feature_assets/presentation/bridge/BridgeViewModel.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/feature-assets/src/main/java/io/novafoundation/nova/feature_assets/presentation/bridge/BridgeViewModel.kt b/feature-assets/src/main/java/io/novafoundation/nova/feature_assets/presentation/bridge/BridgeViewModel.kt index 59af44e9..c3a4ed6b 100644 --- a/feature-assets/src/main/java/io/novafoundation/nova/feature_assets/presentation/bridge/BridgeViewModel.kt +++ b/feature-assets/src/main/java/io/novafoundation/nova/feature_assets/presentation/bridge/BridgeViewModel.kt @@ -128,6 +128,7 @@ class BridgeViewModel( val fillAmountEvent: LiveData> = _fillAmountEvent private var currentAmount: Double = 0.0 + /** Real USDT the multisig actually holds on Polkadot Asset Hub - see * BridgeMultisigInteractor.getPolkadotUsdtReserve for why this replaced a dead external * status check that always reported "inactive" regardless of the real reserve. */