Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
cloutiertyler committed Dec 13, 2024
1 parent 6802a7a commit ad5b6dd
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions crates/sdk/tests/test-client/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@ mod module_bindings;

use module_bindings::*;

use spacetimedb_sdk::{
credentials, i256, u256, Address, DbContext, Event, Identity,
ReducerEvent, Status, Table,
};
use spacetimedb_sdk::{credentials, i256, u256, Address, DbContext, Event, Identity, ReducerEvent, Status, Table};
use test_counter::TestCounter;

mod simple_test_table;
Expand Down

0 comments on commit ad5b6dd

Please sign in to comment.