Skip to content

Commit

Permalink
t - remove unnecessary defaults on params
Browse files Browse the repository at this point in the history
  • Loading branch information
jonreid committed Dec 18, 2023
1 parent f8e46c9 commit bb1b754
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ private class FailSpy {
var file: String = ""
var line: UInt = 0

func fail(_ message: String = "", file: StaticString = #filePath, line: UInt = #line) {
func fail(_ message: String, file: StaticString, line: UInt) {
callCount += 1
self.message = message
self.file = file.description
Expand Down

0 comments on commit bb1b754

Please sign in to comment.