fix indentation

This commit is contained in:
Vijay Dev 2011-05-25 23:47:31 +05:30
parent ee46bb73d4
commit 548e5bafad
1 changed files with 1 additions and 1 deletions

View File

@ -104,4 +104,4 @@ class CodeStatistics #:nodoc:
puts " Code LOC: #{code} Test LOC: #{tests} Code to Test Ratio: 1:#{sprintf("%.1f", tests.to_f/code)}"
puts ""
end
end
end