mirror of
https://github.com/Z3Prover/z3
synced 2026-01-18 16:28:56 +00:00
Fix spacing in error message
Co-authored-by: levnach <5377127+levnach@users.noreply.github.com>
This commit is contained in:
parent
64957e2b0e
commit
0c2ea345fb
1 changed files with 1 additions and 1 deletions
|
|
@ -267,7 +267,7 @@ func_decl * array_decl_plugin::mk_store(unsigned arity, sort * const * domain) {
|
|||
return nullptr;
|
||||
}
|
||||
if (arity != num_parameters+1) {
|
||||
m_manager->raise_exception(std::format("store expects the first argument to be an array taking {}, instead it was passed {}arguments",
|
||||
m_manager->raise_exception(std::format("store expects the first argument to be an array taking {}, instead it was passed {} arguments",
|
||||
num_parameters+1, arity - 1));
|
||||
UNREACHABLE();
|
||||
return nullptr;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue