Skip to content

Commit

Permalink
Run swift-format
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrandonw authored and github-actions[bot] committed Nov 15, 2023
1 parent 3870cfc commit 1b0c4b5
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ public enum DependencyEndpointMacro: AccessorMacro, PeerMacro {
guard
let property = declaration.as(VariableDeclSyntax.self),
let binding = property.bindings.first,
let identifier = binding.pattern.as(IdentifierPatternSyntax.self)?.identifier.trimmedDescription.trimmedBackticks,
let identifier = binding.pattern.as(IdentifierPatternSyntax.self)?.identifier
.trimmedDescription.trimmedBackticks,
property.isClosure
else {
return []
Expand Down

0 comments on commit 1b0c4b5

Please sign in to comment.