Code formatting fixes

This commit is contained in:
Asriel Camora
2023-07-23 06:05:04 +04:00
parent 49d9d8d215
commit 08c5324b34
14 changed files with 54 additions and 56 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ namespace Craftimizer.Solver.Crafty;
public struct ActionSet
{
private const bool IsDeterministic = false;
private uint bits;
[Pure]