mirror of
https://gitlab.com/camelot/kickc.git
synced 2025-08-15 13:27:36 +00:00
Removes space
This commit is contained in:
@@ -117,8 +117,7 @@ public class StatementCall extends StatementBase implements StatementLValue, Sta
|
||||
}
|
||||
}
|
||||
res.append(")");
|
||||
} else
|
||||
res.append(" ");
|
||||
}
|
||||
if(aliveInfo) {
|
||||
res.append(super.aliveString(program));
|
||||
}
|
||||
|
Reference in New Issue
Block a user