Skip to content

Commit dd34949

Browse files
mbrandonwgithub-actions[bot]
authored andcommitted
Run swift-format
1 parent 129d334 commit dd34949

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/ComposableArchitectureMacros/ObservableStateMacro.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ extension ObservableStateMacro: MemberAttributeMacro {
448448
)
449449

450450
if property.hasMacroApplication(ObservableStateMacro.presentsMacroName)
451-
|| knownSupportedPropertyWrappers.contains(where: property.hasMacroApplication)
451+
|| knownSupportedPropertyWrappers.contains(where: property.hasMacroApplication)
452452
{
453453
return [
454454
AttributeSyntax(
@@ -625,5 +625,5 @@ public struct ObservationStateIgnoredMacro: AccessorMacro {
625625
}
626626

627627
private let knownSupportedPropertyWrappers = [
628-
"Shared", "SharedReader", "Fetch", "FetchAll", "FetchOne"
628+
"Shared", "SharedReader", "Fetch", "FetchAll", "FetchOne",
629629
]

0 commit comments

Comments
 (0)