summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorMarcus Stollsteimer <sto.mar@web.de>2012-11-27 07:27:27 +0100
committerMarcus Stollsteimer <sto.mar@web.de>2012-11-27 07:27:27 +0100
commit88bb4f0db7d036fc89f2104e84be84ff1c278e08 (patch)
treec4498598059002275577e27ac182ddefaf844d30 /Rakefile
parent8d4d51bdacd6c38c64ca036476cfcdeea046d4bf (diff)
downloadhighline-88bb4f0db7d036fc89f2104e84be84ff1c278e08.tar.gz
Removing trailing whitespace.
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Rakefile b/Rakefile
index 0b37499..a304ed2 100644
--- a/Rakefile
+++ b/Rakefile
@@ -39,8 +39,8 @@ end
desc "Show library's code statistics"
task :stats do
require 'code_statistics'
- CodeStatistics.new( ["HighLine", "lib"],
- ["Functionals", "examples"],
+ CodeStatistics.new( ["HighLine", "lib"],
+ ["Functionals", "examples"],
["Units", "test"] ).to_s
end