From 66afde9ceaafe92f8727087332939bc94fadcbdf Mon Sep 17 00:00:00 2001 From: Peter Zhu Date: Thu, 31 Oct 2024 10:58:10 -0400 Subject: [PATCH] Fix indentation in TestProc#test_hash [ci skip] --- test/ruby/test_proc.rb | 4 ++-- 1 file 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