Skip to content

Commit 7417942

Browse files
stephencelisgithub-actions[bot]
authored andcommitted
Run swift-format
1 parent 6c7991f commit 7417942

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/DependenciesMacrosPlugin/DependencyEndpointMacro.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ extension DeclModifierListSyntax {
243243
switch $0.name.tokenKind {
244244
case .keyword(let keyword):
245245
switch keyword {
246-
case .fileprivate, .private, .internal, .package, .public:
246+
case .fileprivate, .private, .internal, .package, .public:
247247
return false
248248
default:
249249
return true

0 commit comments

Comments
 (0)