Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
RReverser committed Dec 9, 2024
1 parent bd600d1 commit 6449f54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/schema/tests/ensure_same_schema.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
use serial_test::serial;
use spacetimedb_cli::generate::extract_descriptions;
use spacetimedb_schema::auto_migrate::{ponder_auto_migrate, AutoMigrateStep};
use spacetimedb_schema::def::ModuleDef;
use spacetimedb_testing::modules::{CompilationMode, CompiledModule};
use serial_test::serial;

fn get_normalized_schema(module_name: &str) -> ModuleDef {
let module = CompiledModule::compile(module_name, CompilationMode::Debug);
Expand Down

0 comments on commit 6449f54

Please sign in to comment.