From ac4c6ae70fba9482827361cc1469500b5b21bd3e Mon Sep 17 00:00:00 2001 From: ckrailo Date: Fri, 2 Nov 2012 11:41:01 -0500 Subject: [PATCH] whitespace --- Doubleshot | 2 +- examples/jackson/Doubleshot | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Doubleshot b/Doubleshot index 5b96cf7..370050e 100644 --- a/Doubleshot +++ b/Doubleshot @@ -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" diff --git a/examples/jackson/Doubleshot b/examples/jackson/Doubleshot index 3ae6ab5..c7cbfa2 100644 --- a/examples/jackson/Doubleshot +++ b/examples/jackson/Doubleshot @@ -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 @@ -27,4 +27,4 @@ DESCRIPTION spec.license = "MIT-LICENSE" end -end \ No newline at end of file +end