mirror of
https://github.com/clockworklabs/SpacetimeDB.git
synced 2026-07-26 20:11:43 -04:00
fmt
This commit is contained in:
@@ -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::{
|
||||
|
||||
Reference in New Issue
Block a user