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

The colon of some blocks jumps to the next line if there are spaces before it #202

Closed
gustason opened this issue Sep 16, 2024 · 0 comments · Fixed by #204
Closed

The colon of some blocks jumps to the next line if there are spaces before it #202

gustason opened this issue Sep 16, 2024 · 0 comments · Fixed by #204
Assignees
Labels
bug Something isn't working

Comments

@gustason
Copy link
Collaborator

gustason commented Sep 16, 2024

So far I have only noticed this in catch and finally blocks.

For example,

catch oFunkyError as Progress.Lang.AppError :
    oGroovyResponse:errorStatus = true.
    oGroovyResponse:addMessage(oFunkyError:GetMessage(1)).
    return oGroovyResponse.
end catch.

formats as this

catch oFunkyError as Progress.Lang.AppError
    :
    oGroovyResponse:errorStatus = true.
    oGroovyResponse:addMessage(oFunkyError:GetMessage(1)).
    return oGroovyResponse.
end catch.
@gustason gustason added the bug Something isn't working label Sep 16, 2024
@gustason gustason self-assigned this Sep 16, 2024
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
1 participant