Skip to content

Commit 21e91c5

Browse files
committed
fixup: whitespace
1 parent 8bcee7a commit 21e91c5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Sources/Testing/Events/Recorder/Event.HumanReadableOutputRecorder.swift

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)