Skip to content

Commit

Permalink
fix: fix rebase master bugs and run astyle
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhenQian committed Oct 30, 2024
1 parent 39019ca commit 98ccb73
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions rust/rust_c/src/common/src/ur_ext.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ use alloc::vec::Vec;

use serde_json::{from_slice, from_value, Value};
#[cfg(feature = "multi-coins")]
ur_registry::cardano::cardano_sign_cip8_data_request::CardanoSignCip8DataRequest;
#[cfg(feature = "multi-coins")]
use ur_registry::aptos::aptos_sign_request::AptosSignRequest;
#[cfg(feature = "multi-coins")]
use ur_registry::arweave::arweave_sign_request::{ArweaveSignRequest, SignType};
Expand All @@ -14,6 +12,8 @@ use ur_registry::bytes::Bytes;
#[cfg(feature = "multi-coins")]
use ur_registry::cardano::cardano_catalyst_voting_registration::CardanoCatalystVotingRegistrationRequest;
#[cfg(feature = "multi-coins")]
use ur_registry::cardano::cardano_sign_cip8_data_request::CardanoSignCip8DataRequest;
#[cfg(feature = "multi-coins")]
use ur_registry::cardano::cardano_sign_data_request::CardanoSignDataRequest;
#[cfg(feature = "multi-coins")]
use ur_registry::cardano::cardano_sign_request::CardanoSignRequest;
Expand Down Expand Up @@ -41,13 +41,10 @@ use ur_registry::pb::protoc::Base;
#[cfg(feature = "multi-coins")]
use ur_registry::solana::sol_sign_request::SolSignRequest;
#[cfg(feature = "multi-coins")]
use ur_registry::stellar::stellar_sign_request::{
SignType as StellarSignType, StellarSignRequest,
};
use ur_registry::stellar::stellar_sign_request::{SignType as StellarSignType, StellarSignRequest};
#[cfg(feature = "multi-coins")]
use ur_registry::sui::sui_sign_request::SuiSignRequest;
use ur_registry::ton::ton_sign_request::{DataType, TonSignRequest};
use ur_registry::cardano::cardano_sign_cip8_data_request::CardanoSignCip8DataRequest;

use crate::ur::ViewType;

Expand Down

0 comments on commit 98ccb73

Please sign in to comment.