Skip to content

Commit

Permalink
Apply swift-format
Browse files Browse the repository at this point in the history
  • Loading branch information
kyouko-taiga committed Oct 12, 2023
1 parent 2ce630e commit 12fd62f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/FrontEnd/Parse/Parser.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2901,7 +2901,7 @@ public enum Parser {
.error(
"conditional binding requires an initializer",
at: .empty(atEndOf: state.ast[d].site))
] as DiagnosticSet
] as DiagnosticSet
}

let fallback = try state.expect("fallback", using: conditionalBindingFallback)
Expand Down

0 comments on commit 12fd62f

Please sign in to comment.