Code cleanup

This commit is contained in:
ganfra 2026-03-12 12:35:46 +01:00
parent de304a7d55
commit 96147967ac
28 changed files with 44 additions and 113 deletions

View file

@ -17,7 +17,7 @@ fun AssetType.into(): RustAssetType = when (this) {
AssetType.UNKNOWN -> RustAssetType.UNKNOWN
}
fun RustAssetType.into(): AssetType = when(this){
fun RustAssetType.into(): AssetType = when (this) {
RustAssetType.SENDER -> AssetType.SENDER
RustAssetType.PIN -> AssetType.PIN
RustAssetType.UNKNOWN -> AssetType.UNKNOWN