scm: mercurial: cleanup indent and trailing white-space of unit lib test.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4632 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2011-01-05 15:02:03 +00:00
parent 0f8680adfd
commit 6ad68ae027
1 changed files with 12 additions and 12 deletions

View File

@ -36,7 +36,7 @@ begin
[] => "1.0",
[1,0,1] => "1.0",
[1,7] => "1.0",
[1,7,1] => "1.0"}
[1,7,1] => "1.0" }
to_test.each do |v, template|
test_template_path_for(v, template)
end