mirror of
https://github.com/Z3Prover/z3
synced 2025-04-08 18:31:49 +00:00
fixed indentation (Python 3.x problem)
This commit is contained in:
parent
5b39d8fa0d
commit
df1c84c182
|
@ -3921,7 +3921,7 @@ class ArrayRef(ExprRef):
|
|||
return _to_expr_ref(Z3_mk_select(self.ctx_ref(), self.as_ast(), arg.as_ast()), self.ctx)
|
||||
|
||||
def default(self):
|
||||
return _to_expr_ref(Z3_mk_array_default(self.ctx_ref(), self.as_ast()), self.ctx)
|
||||
return _to_expr_ref(Z3_mk_array_default(self.ctx_ref(), self.as_ast()), self.ctx)
|
||||
|
||||
|
||||
def is_array(a):
|
||||
|
|
Loading…
Reference in a new issue