Whitespace fix
This commit is contained in:
parent
902673a199
commit
697d097594
1 changed files with 1 additions and 2 deletions
|
|
@ -88,8 +88,7 @@ value_t& call_scope_t::resolve(const std::size_t index,
|
||||||
value = as_expr(value)->calc(scope, locus, depth);
|
value = as_expr(value)->calc(scope, locus, depth);
|
||||||
if (required && ! value.is_type(context))
|
if (required && ! value.is_type(context))
|
||||||
throw_(calc_error, _("Expected %1 for argument %2, but received %3")
|
throw_(calc_error, _("Expected %1 for argument %2, but received %3")
|
||||||
<< value.label(context) << index
|
<< value.label(context) << index << value.label());
|
||||||
<< value.label());
|
|
||||||
}
|
}
|
||||||
return value;
|
return value;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue