Skip to content

Commit 3acb802

Browse files
committed
Remove unnecessary 'public' access level
1 parent 46c077b commit 3acb802

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -907,7 +907,7 @@ extension Event.HumanReadableOutputRecorder {
907907
///
908908
/// - Returns: A formatted string containing the failure summary, or `nil`
909909
/// if there were no failures.
910-
public func generateFailureSummary(options: Event.ConsoleOutputRecorder.Options) -> String? {
910+
func generateFailureSummary(options: Event.ConsoleOutputRecorder.Options) -> String? {
911911
let context = _context.rawValue
912912
let summary = Event.TestRunSummary(from: context.testData)
913913
return summary.formatted(with: options)

0 commit comments

Comments
 (0)