Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing line return in AmongVar.toString() #45

Closed
thomasleaute opened this issue Dec 13, 2020 · 1 comment
Closed

Missing line return in AmongVar.toString() #45

thomasleaute opened this issue Dec 13, 2020 · 1 comment

Comments

@thomasleaute
Copy link

There is a minor issue in AmongVar.toString(), which is missing a line return before printing the first X variable:

StringBuffer result = new StringBuffer(id());

should be replaced with

StringBuffer result = new StringBuffer(id()).append("\n");
@krzku
Copy link
Collaborator

krzku commented Feb 17, 2021

Fixed.

@krzku krzku closed this as completed Feb 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants