From: Florian Deljarry Date: Mon, 20 Apr 2020 14:50:18 +0000 (-0400) Subject: typing: text formatting X-Git-Url: http://nitlanguage.org typing: text formatting Signed-off-by: Florian Deljarry --- diff --git a/src/semantize/typing.nit b/src/semantize/typing.nit index c1dcb1d..649d564 100644 --- a/src/semantize/typing.nit +++ b/src/semantize/typing.nit @@ -1999,9 +1999,7 @@ redef class ASendExpr var args = compute_raw_arguments - if not self isa ACallrefExpr then - callsite.check_signature(v, node, args) - end + if not self isa ACallrefExpr then callsite.check_signature(v, node, args) if callsite.mproperty.is_init then var vmpropdef = v.mpropdef