mirror of
https://gitea.invidious.io/iv-org/shard-athena-negotiation.git
synced 2024-08-15 00:53:23 +00:00
Remove extra spaces between paren and method call (#143)
This commit is contained in:
parent
3982e1b523
commit
5824495ba7
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ struct NegotiatorTest < NegotiatorTestCase
|
|||
expected = expected.should_not be_nil
|
||||
|
||||
accept_header.media_range.should eq expected[0]
|
||||
accept_header.parameters.should eq (expected[1] || Hash(String, String).new)
|
||||
accept_header.parameters.should eq(expected[1] || Hash(String, String).new)
|
||||
end
|
||||
|
||||
def best_data_provider : Tuple
|
||||
|
|
Loading…
Reference in a new issue