File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Sources/Testing/Events/Recorder Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -158,7 +158,8 @@ extension Event {
158158 /// - failedTest: The failed test to format.
159159 /// - symbol: The failure symbol string to use.
160160 ///
161- /// - Returns: A formatted string representing the failed test and its issues.
161+ /// - Returns: A formatted string representing the failed test and its
162+ /// issues.
162163 private func formatFailedTest( _ failedTest: FailedTest , withSymbol symbol: String ) -> String {
163164 var result = " "
164165
@@ -185,7 +186,8 @@ extension Event {
185186 /// - Parameters:
186187 /// - failedTest: The failed test.
187188 ///
188- /// - Returns: The fully qualified name, with display name substituted if available.
189+ /// - Returns: The fully qualified name, with display name substituted if
190+ /// available.
189191 private func fullyQualifiedName( for failedTest: FailedTest ) -> String {
190192 var name = failedTest. path. joined ( separator: " / " )
191193
You can’t perform that action at this time.
0 commit comments