mirror of
https://github.com/Z3Prover/z3
synced 2025-04-30 04:15:51 +00:00
Formatting
Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
This commit is contained in:
parent
0111918aff
commit
e37a347b33
2 changed files with 65 additions and 65 deletions
|
@ -51,7 +51,7 @@ namespace Microsoft.Z3
|
|||
}
|
||||
set
|
||||
{
|
||||
Contract.Requires(value!= null);
|
||||
Contract.Requires(value != null);
|
||||
|
||||
Native.Z3_ast_vector_set(Context.nCtx, NativeObject, i, value.NativeObject);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue