mirror of
https://github.com/stretchr/testify.git
synced 2025-07-11 21:18:29 +00:00
Remove unreachable code
This commit is contained in:
parent
841b040dd7
commit
cfc83347cf
@ -409,8 +409,6 @@ func (args Arguments) String(indexOrNil ...int) string {
|
||||
panic(fmt.Sprint("assert: arguments: Wrong number of arguments passed to String. Must be 0 or 1, not %d", len(indexOrNil)))
|
||||
}
|
||||
|
||||
return ""
|
||||
|
||||
}
|
||||
|
||||
// Int gets the argument at the specified index. Panics if there is no argument, or
|
||||
|
Loading…
x
Reference in New Issue
Block a user