mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Fix GenericArguments#to_s
This commit is contained in:
parent
acad88204a
commit
b40abe8057
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ module Spectator::Mocks
|
|||
io << key
|
||||
io << ": "
|
||||
value.inspect(io)
|
||||
io << ", " if 1 < @opts.size - 1
|
||||
io << ", " if i < @opts.size - 1
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue