mirror of
https://github.com/Z3Prover/z3
synced 2025-06-13 01:16:15 +00:00
fixed tab
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
41a59325d9
commit
c00f20832a
1 changed files with 1 additions and 1 deletions
|
@ -632,7 +632,7 @@ class FuncDeclRef(AstRef):
|
||||||
>>> f(x, x)
|
>>> f(x, x)
|
||||||
f(x, ToReal(x))
|
f(x, ToReal(x))
|
||||||
"""
|
"""
|
||||||
args = _get_args(args)
|
args = _get_args(args)
|
||||||
num = len(args)
|
num = len(args)
|
||||||
if __debug__:
|
if __debug__:
|
||||||
_z3_assert(num == self.arity(), "Incorrect number of arguments to %s" % self)
|
_z3_assert(num == self.arity(), "Incorrect number of arguments to %s" % self)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue