Skip to content

Commit 2e6a85b

Browse files
mbrandonwgithub-actions[bot]
authored andcommitted
Run swift-format
1 parent 41e5159 commit 2e6a85b

File tree

1 file changed

+3
-1
lines changed
  • Sources/SnapshotTesting/Snapshotting

1 file changed

+3
-1
lines changed

Sources/SnapshotTesting/Snapshotting/Any.swift

+3-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,9 @@ private func snap<T>(
129129
return lines.joined()
130130
}
131131

132-
private func sort(_ children: Mirror.Children, visitedValues: Set<ObjectIdentifier>) -> Mirror.Children {
132+
private func sort(_ children: Mirror.Children, visitedValues: Set<ObjectIdentifier>)
133+
-> Mirror.Children
134+
{
133135
return .init(
134136
children
135137
.map({ (child: $0, snap: snap($0, visitedValues: visitedValues)) })

0 commit comments

Comments
 (0)