Skip to content

Commit 592a6f2

Browse files
committed
Fix a C# formatting error
1 parent 41cffe6 commit 592a6f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • sdks/csharp/examples~/regression-tests/server

sdks/csharp/examples~/regression-tests/server/Lib.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ public static void ClientConnected(ReducerContext ctx)
142142
ctx.Db.PlayerLevel.Insert(new PlayerLevel { PlayerId = playerId, Level = 1 });
143143
}
144144
}
145-
145+
146146
[SpacetimeDB.Procedure]
147147
public static uint ReturnPrimitive(ProcedureContext ctx, uint lhs, uint rhs)
148148
{

0 commit comments

Comments
 (0)