Skip to content
This repository was archived by the owner on Mar 25, 2026. It is now read-only.

Commit 4e62269

Browse files
committed
Use options: keyword
1 parent 268b085 commit 4e62269

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/syntax_tree/rbs.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def force_parens?
4141
end
4242

4343
class << self
44-
def format(source, maxwidth = 80, _options = {})
44+
def format(source, maxwidth = 80, options: nil)
4545
formatter = Formatter.new(source, [], maxwidth)
4646
parse(source).format(formatter)
4747

0 commit comments

Comments
 (0)