Skip to content

Commit

Permalink
Run swift-format
Browse files Browse the repository at this point in the history
  • Loading branch information
stephencelis authored and github-actions[bot] committed Dec 5, 2023
1 parent dafa669 commit a5521dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Sources/CasePathsMacros/CasePathableMacro.swift
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,8 @@ extension CasePathableMacro: MemberMacro {
return []
}
let title = "\(decl.poundKeyword.text) \(decl.condition?.description ?? "")"
return ["\(raw: title)"] + generateDeclSyntax(from: elements, with: access, enumName: enumName)
return ["\(raw: title)"]
+ generateDeclSyntax(from: elements, with: access, enumName: enumName)
}
return ifClauses + ["#endif"]
}
Expand Down

0 comments on commit a5521dd

Please sign in to comment.