Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
ckrailo committed Nov 2, 2012
1 parent 4850aba commit ac4c6ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Doubleshot
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Doubleshot.new do |config|
config.mvn_repository "http://maven.mirrors.travis-ci.org/nexus/content/shadows/central-m1/"
config.mvn_repository "http://maven.mirrors.travis-ci.org/nexus/content/repositories/central/"
end

config.mvn_repository "https://nexus.codehaus.org/content/groups/public/"
config.mvn_repository "https://oss.sonatype.org/content/groups/public/"
config.mvn_repository "http://mirrors.ibiblio.org/pub/mirrors/maven2"
Expand Down
4 changes: 2 additions & 2 deletions examples/jackson/Doubleshot
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Doubleshot.new do |config|

config.gem "perfer", "= 0.2.0"
config.gem "json"

config.gemspec do |spec|
spec.summary = "A simple Jackson vs json-jruby benchmark."
spec.description = <<-DESCRIPTION
Expand All @@ -27,4 +27,4 @@ DESCRIPTION
spec.license = "MIT-LICENSE"
end

end
end

0 comments on commit ac4c6ae

Please sign in to comment.