Skip to content

Commit

Permalink
Removed erroneous code block in protocol definition
Browse files Browse the repository at this point in the history
  • Loading branch information
SomeRandomiOSDev committed Oct 20, 2021
1 parent 41cf90a commit d70a15e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/ComplexTests/TestingBase.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import XCTest
internal protocol XCTActivity {

var name: String { get }
func add(_ attachment: Any) { }
func add(_ attachment: Any)
}

// MARK: - XCTContext Definition
Expand Down

0 comments on commit d70a15e

Please sign in to comment.