Skip to content

Commit d8b0091

Browse files
stephencelisgithub-actions[bot]
authored andcommitted
Run swift-format
1 parent 22cd2f9 commit d8b0091

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

Sources/DebugSnapshots/SwiftUI.swift

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,10 @@
1616
}
1717
}
1818

19-
fileprivate extension DebugSnapshotConvertible where Self: AnyObject {
20-
subscript<Subject>(logChanges keyPath: ReferenceWritableKeyPath<Self, Subject>) -> Subject {
19+
extension DebugSnapshotConvertible where Self: AnyObject {
20+
fileprivate subscript<Subject>(logChanges keyPath: ReferenceWritableKeyPath<Self, Subject>)
21+
-> Subject
22+
{
2123
get { self[keyPath: keyPath] }
2224
set {
2325
guard Self._logChanges.contains(keyPath) else {

0 commit comments

Comments
 (0)