Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Larkooo committed Jan 8, 2025
1 parent b52c0dd commit 4bf016c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
1 change: 0 additions & 1 deletion crates/torii/libp2p/src/test.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
use std::error::Error;


use crate::client::RelayClient;

#[cfg(target_arch = "wasm32")]
Expand Down
2 changes: 1 addition & 1 deletion crates/torii/typed-data/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ mod test;
pub mod error;
pub mod typed_data;

pub use typed_data::TypedData;
pub use typed_data::TypedData;
5 changes: 3 additions & 2 deletions crates/torii/typed-data/src/test.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
use crypto_bigint::U256;
use dojo_types::{primitive::Primitive, schema::{Enum, EnumOption, Member, Struct, Ty}};
use dojo_types::primitive::Primitive;
use dojo_types::schema::{Enum, EnumOption, Member, Struct, Ty};
use serde_json::Number;
use starknet_crypto::Felt;

Expand Down Expand Up @@ -485,4 +486,4 @@ fn test_model_to_typed_data() {
let file_typed_data: TypedData = serde_json::from_reader(reader).unwrap();

assert_eq!(typed_data.encode(Felt::ZERO).unwrap(), file_typed_data.encode(Felt::ZERO).unwrap());
}
}

0 comments on commit 4bf016c

Please sign in to comment.