Skip to content

Commit

Permalink
Remove unused instance variable (#3198)
Browse files Browse the repository at this point in the history
### Motivation

This variable is not used.
  • Loading branch information
vinistock committed Feb 14, 2025
1 parent e02a704 commit 45ae6f6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/ruby_lsp/listeners/test_style.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,8 @@ class TestStyle
end
def initialize(response_builder, global_state, dispatcher, uri)
@response_builder = response_builder
@global_state = global_state
@uri = uri
@index = T.let(global_state.index, RubyIndexer::Index)

@visibility_stack = T.let([:public], T::Array[Symbol])
@nesting = T.let([], T::Array[String])

Expand Down

0 comments on commit 45ae6f6

Please sign in to comment.