From f3210924266c4742283c46921b69aa4bfae4ffe4 Mon Sep 17 00:00:00 2001 From: nagachika Date: Thu, 14 Mar 2019 22:51:25 +0000 Subject: merge revision(s) 67261: tool/make-snapshot: Use 6-spaces indent for SIZE and digests to align with release note markdown. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_5@67263 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- tool/make-snapshot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tool') diff --git a/tool/make-snapshot b/tool/make-snapshot index 9dae143a20..b040aa73f8 100755 --- a/tool/make-snapshot +++ b/tool/make-snapshot @@ -456,9 +456,9 @@ revisions.collect {|rev| package(vcs, rev, destdir, tmp)}.flatten.each do |name| end str = open(name, "rb") {|f| f.read} puts "* #{$colorize.pass(name)}" - puts " SIZE: #{str.bytesize} bytes" + puts " SIZE: #{str.bytesize} bytes" $digests.each do |alg| - printf " %-8s%s\n", "#{alg}:", Digest.const_get(alg).hexdigest(str) + printf " %-8s%s\n", "#{alg}:", Digest.const_get(alg).hexdigest(str) end end -- cgit v1.2.3