Skip to content

Commit

Permalink
Fix Code Style
Browse files Browse the repository at this point in the history
  • Loading branch information
cpisciotta committed Jan 27, 2025
1 parent 9e84cd6 commit 5675b06
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Sources/XcbeautifyLib/JUnitReporter.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ package final class JUnitReporter {
package init() { }

package func add(captureGroup: any CaptureGroup) {

switch captureGroup {
case let group as FailingTestCaptureGroup:
let testCase = TestCase(classname: group.testSuite, name: group.testCase, time: nil, failure: .init(message: "\(group.file) - \(group.reason)"))
Expand Down

0 comments on commit 5675b06

Please sign in to comment.