Fmt happy

This commit is contained in:
Daniel 2026-01-26 10:36:30 +01:00
parent c44e8d6a89
commit 26a39bb005
2 changed files with 1 additions and 2 deletions

View File

@ -28,7 +28,7 @@ pub mod transfer;
pub mod types;
pub mod wallet;
use tokio::runtime::{Handle};
use tokio::runtime::Handle;
use crate::error::{print_error, WalletFfiError};

View File

@ -149,4 +149,3 @@ impl From<FfiBytes32> for nssa::AccountId {
nssa::AccountId::new(bytes.data)
}
}