mirror of
https://github.com/Z3Prover/z3
synced 2025-06-05 21:53:23 +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
|
set
|
||||||
{
|
{
|
||||||
Contract.Requires(value!= null);
|
Contract.Requires(value != null);
|
||||||
|
|
||||||
Native.Z3_ast_vector_set(Context.nCtx, NativeObject, i, value.NativeObject);
|
Native.Z3_ast_vector_set(Context.nCtx, NativeObject, i, value.NativeObject);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue