Skip to content

Commit

Permalink
Whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
omghax committed Mar 14, 2011
1 parent e1d48d9 commit a79b7aa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Rakefile
@@ -1,3 +1,3 @@
require 'bundler'
Bundler::GemHelper.install_tasks
Dir['tasks/*.rake'].each { |file| load(file) }
Dir['tasks/*.rake'].each { |file| load(file) }
2 changes: 1 addition & 1 deletion ext/SandKitService.java
Expand Up @@ -8,4 +8,4 @@ public boolean basicLoad(Ruby runtime) throws IOException {
SandKit.initialize(runtime);
return true;
}
}
}
2 changes: 1 addition & 1 deletion jruby_sandbox.gemspec
Expand Up @@ -21,4 +21,4 @@ Gem::Specification.new do |s|

s.add_development_dependency 'rspec'
s.add_development_dependency 'yard'
end
end

0 comments on commit a79b7aa

Please sign in to comment.