Skip to content

Commit

Permalink
Remove deadcode from lib/spoom/deadcode/remover.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
shopify-codedb[bot] committed Mar 1, 2024
1 parent d3485ae commit 6f45d35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/spoom/deadcode/remover.rb
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ def node_match_kind?(node, kind)
attr_reader :node

sig { returns(T::Array[SyntaxTree::Node]) }
attr_accessor :nodes_nesting
attr_reader :nodes_nesting

sig { params(location: Location).void }
def initialize(location)
Expand Down

0 comments on commit 6f45d35

Please sign in to comment.