diff --git a/crates/engine/src/update.rs b/crates/engine/src/update.rs index 646b5cd878..6d420714a8 100644 --- a/crates/engine/src/update.rs +++ b/crates/engine/src/update.rs @@ -351,7 +351,10 @@ pub fn create_table_from_def( #[cfg(test)] mod test { use super::*; - use crate::relational_db::{open_snapshot_repo, tests_utils::{begin_mut_tx, insert, TestDB}}; + use crate::relational_db::{ + open_snapshot_repo, + tests_utils::{begin_mut_tx, insert, TestDB}, + }; use spacetimedb_datastore::locking_tx_datastore::PendingSchemaChange; use spacetimedb_datastore::system_tables::ST_EVENT_TABLE_ID; use spacetimedb_lib::{