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 Jan 3, 2024
1 parent 8b031e3 commit 15916c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/MacroTestingTests/MacroExamples/OptionSetMacro.swift
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ extension OptionSetMacro: ExtensionMacro {
// If there is an explicit conformance to OptionSet already, don't add one.
if let inheritedTypes = structDecl.inheritanceClause?.inheritedTypes,
inheritedTypes.contains(where: { inherited in inherited.type.trimmedDescription == "OptionSet"
})
})
{
return []
}
Expand Down

0 comments on commit 15916c0

Please sign in to comment.