Code cleanup
This commit is contained in:
parent
de304a7d55
commit
96147967ac
28 changed files with 44 additions and 113 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue