Skip to content

Commit

Permalink
Remove changes
Browse files Browse the repository at this point in the history
  • Loading branch information
andyw8 committed Aug 26, 2024
1 parent 2ae8df4 commit 4c5d60a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/ruby_lsp/addon.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# typed: strict
# frozen_string_literal: true

require "ruby_lsp/global_state"

module RubyLsp
# To register an addon, inherit from this class and implement both `name` and `activate`
#
Expand Down Expand Up @@ -93,7 +91,6 @@ def get(addon_name)
sig { void }
def initialize
@errors = T.let([], T::Array[StandardError])
@global_state = T.let(nil, T.nilable(GlobalState))
end

sig { params(error: StandardError).returns(T.self_type) }
Expand Down

0 comments on commit 4c5d60a

Please sign in to comment.