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

[SR-11291] Missing space after semicolon in swift-format #346

Closed
swift-ci opened this issue Aug 10, 2019 · 1 comment
Closed

[SR-11291] Missing space after semicolon in swift-format #346

swift-ci opened this issue Aug 10, 2019 · 1 comment
Labels
bug Something isn't working swift-format

Comments

@swift-ci
Copy link

Previous ID SR-11291
Radar None
Original Reporter kitasuke (JIRA User)
Type Bug
Status Resolved
Resolution Done
Additional Detail from JIRA
Votes 0
Component/s swift-format
Labels Bug
Assignee kitasuke (JIRA)
Priority Medium

md5: e6227ddc38278f85b9d2182de0f6abbc

Issue Description:

swift-format produces:

func foo() {
  guard !bar else { return };defer { bar = true }
}

Expected:

func foo() { 
  guard !bar else { return }; defer { bar = true } 
}
@allevato
Copy link
Collaborator

Fixed by kitasuke (JIRA User) in #35.

@swift-ci swift-ci transferred this issue from apple/swift-issues Apr 25, 2022
@shahmishal shahmishal transferred this issue from apple/swift May 9, 2022
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working swift-format
Projects
None yet
Development

No branches or pull requests

2 participants