Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
andyw8 committed May 27, 2024
1 parent c3257d7 commit d717824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rbi/index.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def index(*node)

sig { void }
def initialize
super()
super
@index = T.let({}, T::Hash[String, T::Array[Node]])
end

Expand Down

0 comments on commit d717824

Please sign in to comment.