We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 268b085 commit 4e62269Copy full SHA for 4e62269
lib/syntax_tree/rbs.rb
@@ -41,7 +41,7 @@ def force_parens?
41
end
42
43
class << self
44
- def format(source, maxwidth = 80, _options = {})
+ def format(source, maxwidth = 80, options: nil)
45
formatter = Formatter.new(source, [], maxwidth)
46
parse(source).format(formatter)
47
0 commit comments