diff options
author | Peter Zhu <[email protected]> | 2024-10-31 10:58:10 -0400 |
---|---|---|
committer | Peter Zhu <[email protected]> | 2024-10-31 10:58:30 -0400 |
commit | 66afde9ceaafe92f8727087332939bc94fadcbdf (patch) | |
tree | fa5c2554d50191180d89c5f06308e44b35e24113 /test/ruby | |
parent | abfefd8e0ceb730f151bdde5f7f9f1a7b5f0b816 (diff) |
Fix indentation in TestProc#test_hash [ci skip]
Diffstat (limited to 'test/ruby')
-rw-r--r-- | test/ruby/test_proc.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/ruby/test_proc.rb b/test/ruby/test_proc.rb index dd05d09a49..304717e43c 100644 --- a/test/ruby/test_proc.rb +++ b/test/ruby/test_proc.rb @@ -164,8 +164,8 @@ class TestProc < Test::Unit::TestCase block end - procs = Array.new(1000){capture{:foo }} - assert_operator(procs.map(&:hash).uniq.size, :>=, 500) + procs = Array.new(1000){capture{:foo }} + assert_operator(procs.map(&:hash).uniq.size, :>=, 500) end def test_block_par |