Remove extra spaces between paren and method call (#143)

This commit is contained in:
George Dietrich 2022-01-07 19:54:02 -05:00 committed by GitHub
parent 3982e1b523
commit 5824495ba7
1 changed files with 1 additions and 1 deletions

View File

@ -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