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 27, 2024
1 parent c373d8e commit fd49eb2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -431,12 +431,10 @@ extension ObservableStateMacro: ExtensionMacro {
}

return [
(
"""
("""
extension \(raw: type.trimmedDescription): \(raw: qualifiedConformanceName), \
Observation.Observable {}
""" as DeclSyntax
)
""" as DeclSyntax)
.cast(ExtensionDeclSyntax.self)
]
}
Expand Down
9 changes: 4 additions & 5 deletions Tests/ComposableArchitectureTests/ObserveTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,9 @@
}
}

@Perceptible
class Model {
var count = 0
}
@Perceptible
class Model {
var count = 0
}

#endif

0 comments on commit fd49eb2

Please sign in to comment.