You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by dj...@apache.org on 2009/10/31 17:50:15 UTC

svn commit: r831565 - /buildr/trunk/lib/buildr/scala/bdd.rb

Author: djspiewak
Date: Sat Oct 31 16:50:15 2009
New Revision: 831565

URL: http://svn.apache.org/viewvc?rev=831565&view=rev
Log:
Pedantic cleanup

Modified:
    buildr/trunk/lib/buildr/scala/bdd.rb

Modified: buildr/trunk/lib/buildr/scala/bdd.rb
URL: http://svn.apache.org/viewvc/buildr/trunk/lib/buildr/scala/bdd.rb?rev=831565&r1=831564&r2=831565&view=diff
==============================================================================
--- buildr/trunk/lib/buildr/scala/bdd.rb (original)
+++ buildr/trunk/lib/buildr/scala/bdd.rb Sat Oct 31 16:50:15 2009
@@ -81,7 +81,7 @@
       
       cmd_options = { :properties => options[:properties],
                       :java_args => options[:java_args],
-                      :classpath => dependencies}
+                      :classpath => dependencies }
 
       runner = 'org.apache.buildr.SpecsSingletonRunner'
       specs.inject [] do |passed, spec|