Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Centril committed Aug 20, 2024
1 parent e4d3f87 commit ddd42c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/lib/src/identity.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
use crate::from_hex_pad;
use core::mem;
use spacetimedb_bindings_macro::{Deserialize, Serialize};
use spacetimedb_sats::hex::HexString;
use spacetimedb_sats::{hash, impl_st, u256, AlgebraicType, AlgebraicValue};
use core::mem;
use std::{fmt, str::FromStr};

pub type RequestId = u32;
Expand Down

0 comments on commit ddd42c1

Please sign in to comment.