Skip to content

Commit d28ad7f

Browse files
committed
Remove unnecessary 'public' access level
1 parent 56871cf commit d28ad7f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

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

0 commit comments

Comments
 (0)