mirror of
https://gitlab.com/camelot/kickc.git
synced 2024-12-23 13:31:12 +00:00
Removes space
This commit is contained in:
parent
5439910ae3
commit
5ee8749d06
@ -117,8 +117,7 @@ public class StatementCall extends StatementBase implements StatementLValue, Sta
|
||||
}
|
||||
}
|
||||
res.append(")");
|
||||
} else
|
||||
res.append(" ");
|
||||
}
|
||||
if(aliveInfo) {
|
||||
res.append(super.aliveString(program));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user