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

Assign No-Error strange behaviour #354

Open
MStasytis opened this issue Mar 7, 2025 · 0 comments
Open

Assign No-Error strange behaviour #354

MStasytis opened this issue Mar 7, 2025 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@MStasytis
Copy link
Collaborator

MStasytis commented Mar 7, 2025

Describe the bug
After format no-error and . are in different lines

Before code snippet

assign
cType        = "test"
no-error.

After code snippet

assign
    cType    = "test"
no-error
    .

Expected code snippet

assign
    cType = "test"
no-error.
@MStasytis MStasytis added the bug Something isn't working label Mar 7, 2025
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

No branches or pull requests

2 participants