Skip to content

Commit

Permalink
Remove an assigned but unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed Apr 23, 2023
1 parent 8e98681 commit c89e2fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/rbs/node_usage_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def parse(string)
end

def test_conditional
usage = NodeUsage.new(parse(<<~RB))
NodeUsage.new(parse(<<~RB))
if block
yield
end
Expand Down

0 comments on commit c89e2fc

Please sign in to comment.