fix: ktlint issues - remove unused import and extra spaces

This commit is contained in:
2026-02-09 01:37:45 +03:00
parent 35ce943f65
commit 3539f47722
3 changed files with 2 additions and 3 deletions
@@ -14,7 +14,7 @@ import io.novafoundation.nova.runtime.repository.ParachainInfoRepository
private val PEZKUWI_CHAIN_IDS = setOf(
"bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", // PEZKUWI
"00d0e1d0581c3cd5c5768652d52f4520184018b44f56a2ae1e0dc9d65c00c948", // PEZKUWI_ASSET_HUB
"58269e9c184f721e0309332d90cafc410df1519a5dc27a5fd9b3bf5fd2d129f8" // PEZKUWI_PEOPLE
"58269e9c184f721e0309332d90cafc410df1519a5dc27a5fd9b3bf5fd2d129f8" // PEZKUWI_PEOPLE
)
private fun junctionTypeNameForChain(chainId: ChainId): String {