Skip to content

Commit ac16512

Browse files
committed
fmt
1 parent 5f4180e commit ac16512

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

crates/schema/src/def.rs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,10 @@ use spacetimedb_data_structures::error_stream::{CollectAllErrors, CombineErrors,
3232
use spacetimedb_data_structures::map::{Equivalent, HashMap};
3333
use spacetimedb_lib::db::raw_def;
3434
use spacetimedb_lib::db::raw_def::v10::{
35-
ExplicitNames, RawConstraintDefV10, RawHttpHandlerDefV10, RawHttpRouteDefV10, RawIndexDefV10, RawLifeCycleReducerDefV10, RawModuleDefV10,
36-
RawModuleDefV10Section, RawProcedureDefV10, RawReducerDefV10, RawRowLevelSecurityDefV10, RawScheduleDefV10,
37-
RawScopedTypeNameV10, RawSequenceDefV10, RawTableDefV10, RawTypeDefV10, RawViewDefV10,
35+
ExplicitNames, RawConstraintDefV10, RawHttpHandlerDefV10, RawHttpRouteDefV10, RawIndexDefV10,
36+
RawLifeCycleReducerDefV10, RawModuleDefV10, RawModuleDefV10Section, RawProcedureDefV10, RawReducerDefV10,
37+
RawRowLevelSecurityDefV10, RawScheduleDefV10, RawScopedTypeNameV10, RawSequenceDefV10, RawTableDefV10,
38+
RawTypeDefV10, RawViewDefV10,
3839
};
3940
use spacetimedb_lib::db::raw_def::v9::{
4041
Lifecycle, RawColumnDefaultValueV9, RawConstraintDataV9, RawConstraintDefV9, RawIndexAlgorithm, RawIndexDefV9,

0 commit comments

Comments
 (0)