Skip to content

Commit

Permalink
Fix Style/ArgumentsForwarding errors
Browse files Browse the repository at this point in the history
  • Loading branch information
yuokada committed Jan 15, 2025
1 parent 9792001 commit 3542cde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/trino/client/client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def run_with_names(query)
end
end

def self.new(*args)
Client.new(*args)
def self.new(...)
Client.new(...)
end
end

0 comments on commit 3542cde

Please sign in to comment.