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

Wrong formatting with label #258

Closed
PauliusKu opened this issue Oct 18, 2024 · 0 comments · Fixed by #262
Closed

Wrong formatting with label #258

PauliusKu opened this issue Oct 18, 2024 · 0 comments · Fixed by #262
Labels
bug Something isn't working

Comments

@PauliusKu
Copy link
Collaborator

Input:


define variable i as integer no-undo.

Loop:
for each Customer:
    message Customer.Id.
end.

Output:


define variable i as integer no-undo.

 Loop:for each Customer:
    message Customer.Id.
end.

Expected:


define variable i as integer no-undo.

Loop:
for each Customer:
    message Customer.Id.
end.
@PauliusKu PauliusKu added the bug Something isn't working label Oct 18, 2024
@PauliusKu PauliusKu linked a pull request Nov 7, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant