We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Run swift-format on this source:
switch <#value#> { case <#pattern#>: //Empty line default: <#code#> }
I get the following error: SwiftFormatPrettyPrint/PrettyPrint.swift:350: Fatal error: Unmatched closing break
The text was updated successfully, but these errors were encountered:
Fix fatal error caused by switch cases without any statements (swiftl…
a0801d9
…ang#473)
Merge pull request #499 from stackotter/issue-473
b5b62af
Fix fatal error caused by switch cases without any statements (#473)
Merge pull request swiftlang#499 from stackotter/issue-473
ce7db95
Fix fatal error caused by switch cases without any statements (swiftlang#473)
No branches or pull requests
Run swift-format on this source:
I get the following error:
SwiftFormatPrettyPrint/PrettyPrint.swift:350: Fatal error: Unmatched closing break
The text was updated successfully, but these errors were encountered: