Code formatting fixes
This commit is contained in:
@@ -8,7 +8,7 @@ namespace Craftimizer.Solver.Crafty;
|
||||
public struct ActionSet
|
||||
{
|
||||
private const bool IsDeterministic = false;
|
||||
|
||||
|
||||
private uint bits;
|
||||
|
||||
[Pure]
|
||||
|
||||
@@ -586,5 +586,5 @@ public sealed class Solver
|
||||
};
|
||||
return func(config, state, actionCallback, token);
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user