Skip to content

Commit

Permalink
Merge pull request #323 from Shopify/remove-deadcode-rbi-formatter-gr…
Browse files Browse the repository at this point in the history
…oup_nodes_

Remove dead attr_writer `group_nodes=`
  • Loading branch information
vinistock authored Jul 15, 2024
2 parents 54250a7 + 8faeb16 commit bc6e092
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/rbi/formatter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ class Formatter
sig { params(sort_nodes: T::Boolean).returns(T::Boolean) }
attr_writer :sort_nodes

sig { params(group_nodes: T::Boolean).returns(T::Boolean) }
attr_writer :group_nodes

sig { returns(T.nilable(Integer)) }
attr_accessor :max_line_length

Expand Down

0 comments on commit bc6e092

Please sign in to comment.