Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ko1 committed Dec 8, 2023
1 parent 9c3b8c4 commit 3d44584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/console/backtrace_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ def test_backtrace_prints_nested_block_label_correctly
end
end

class ThreadLockingTraceTest < ConsoleTestCase
class ThreadLockingTraceTest < ConsoleTestCase
def program
<<~RUBY
1| th0 = Thread.new{sleep}
Expand Down

0 comments on commit 3d44584

Please sign in to comment.