@@ -12,13 +12,13 @@ use crate::util::{
1212 type_ref_name,
1313} ;
1414use convert_case:: { Case , Casing } ;
15+ use spacetimedb_lib:: sats:: layout:: PrimitiveType ;
1516use spacetimedb_primitives:: ColId ;
1617use spacetimedb_schema:: def:: { BTreeAlgorithm , IndexAlgorithm , ModuleDef , TableDef , TypeDef } ;
1718use spacetimedb_schema:: identifier:: Identifier ;
1819use spacetimedb_schema:: schema:: { Schema , TableSchema } ;
1920use spacetimedb_schema:: type_for_generate:: {
20- AlgebraicTypeDef , AlgebraicTypeUse , PlainEnumTypeDef , PrimitiveType , ProductTypeDef , SumTypeDef ,
21- TypespaceForGenerate ,
21+ AlgebraicTypeDef , AlgebraicTypeUse , PlainEnumTypeDef , ProductTypeDef , SumTypeDef , TypespaceForGenerate ,
2222} ;
2323
2424const INDENT : & str = " " ;
@@ -187,7 +187,7 @@ const REDUCER_EVENTS: &str = r#"
187187 return Event;
188188 }
189189 }
190-
190+
191191 /// <summary>
192192 /// Access to tables in the client cache, which stores a read-only replica of the remote database state.
193193 ///
@@ -368,11 +368,11 @@ const REDUCER_EVENTS: &str = r#"
368368
369369 /// <summary>
370370 /// Subscribe to the following SQL queries.
371- ///
371+ ///
372372 /// This method returns immediately, with the data not yet added to the DbConnection.
373373 /// The provided callbacks will be invoked once the data is returned from the remote server.
374374 /// Data from all the provided queries will be returned at the same time.
375- ///
375+ ///
376376 /// See the SpacetimeDB SQL docs for more information on SQL syntax:
377377 /// <a href="https://spacetimedb.com/docs/sql">https://spacetimedb.com/docs/sql</a>
378378 /// </summary>
0 commit comments