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

try-finally without catch clause is formatted strangely. #454

Closed
Shaddix opened this issue Oct 13, 2021 · 2 comments · Fixed by #455
Closed

try-finally without catch clause is formatted strangely. #454

Shaddix opened this issue Oct 13, 2021 · 2 comments · Fixed by #455
Assignees
Labels
area:formatting type:bug Something isn't working
Milestone

Comments

@Shaddix
Copy link
Contributor

Shaddix commented Oct 13, 2021

try
{
  //something
}

finally
{
  // do something
}

(Note the blank line between the closing bracket of try and beginning of finally)

@belav belav added area:formatting type:bug Something isn't working labels Oct 13, 2021
@belav belav added this to the 0.9.10 milestone Oct 13, 2021
@belav belav self-assigned this Oct 13, 2021
belav added a commit that referenced this issue Oct 13, 2021
belav added a commit that referenced this issue Oct 13, 2021
@belav
Copy link
Owner

belav commented Oct 13, 2021

This fix will be out in the next release, thanks for reporting it!

@Shaddix
Copy link
Contributor Author

Shaddix commented Oct 13, 2021

Thanks for super quick turnaround!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:formatting type:bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants