Skip to content

Commit 3ffd394

Browse files
ktosoahoppen
andauthored
Update lib/Macros/Sources/SwiftMacros/SyntaxExtensions.swift
Co-authored-by: Alex Hoppen <[email protected]>
1 parent 47138e6 commit 3ffd394

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Macros/Sources/SwiftMacros/SyntaxExtensions.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import SwiftDiagnostics
1818

1919
extension DeclGroupSyntax {
2020
internal var accessControlModifiers: DeclModifierListSyntax {
21-
modifiers.filter { modifier in
21+
modifiers.filter { modifier in
2222
modifier.isAccessControl
2323
}
2424
}

0 commit comments

Comments
 (0)