Skip to content

Commit 15916c0

Browse files
stephencelisgithub-actions[bot]
authored andcommitted
Run swift-format
1 parent 8b031e3 commit 15916c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/MacroTestingTests/MacroExamples/OptionSetMacro.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ extension OptionSetMacro: ExtensionMacro {
156156
// If there is an explicit conformance to OptionSet already, don't add one.
157157
if let inheritedTypes = structDecl.inheritanceClause?.inheritedTypes,
158158
inheritedTypes.contains(where: { inherited in inherited.type.trimmedDescription == "OptionSet"
159-
})
159+
})
160160
{
161161
return []
162162
}

0 commit comments

Comments
 (0)