Skip to content

Commit 3908157

Browse files
authored
CI - Check C# quickstart-chat bindings are up to date (#2979)
Co-authored-by: Zeke Foppa <[email protected]>
1 parent 6bbc997 commit 3908157

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples~/quickstart-chat/client/module_bindings/SpacetimeDBClient.g.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -385,11 +385,11 @@ Action<ErrorContext, Exception> callback
385385

386386
/// <summary>
387387
/// Subscribe to the following SQL queries.
388-
///
388+
///
389389
/// This method returns immediately, with the data not yet added to the DbConnection.
390390
/// The provided callbacks will be invoked once the data is returned from the remote server.
391391
/// Data from all the provided queries will be returned at the same time.
392-
///
392+
///
393393
/// See the SpacetimeDB SQL docs for more information on SQL syntax:
394394
/// <a href="https://spacetimedb.com/docs/sql">https://spacetimedb.com/docs/sql</a>
395395
/// </summary>

0 commit comments

Comments
 (0)