Skip to content

Commit d70a15e

Browse files
Removed erroneous code block in protocol definition
1 parent 41cf90a commit d70a15e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/ComplexTests/TestingBase.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import XCTest
1414
internal protocol XCTActivity {
1515

1616
var name: String { get }
17-
func add(_ attachment: Any) { }
17+
func add(_ attachment: Any)
1818
}
1919

2020
// MARK: - XCTContext Definition

0 commit comments

Comments
 (0)