summaryrefslogtreecommitdiff
path: root/spec/support/builders.rb
diff options
context:
space:
mode:
authorVictor Koronen <koronen@kth.se>2015-08-08 17:17:08 +0200
committerVictor Koronen <koronen@kth.se>2015-08-14 12:29:44 +0200
commit05fb395a0f013076fb6e628cf3cdadbc4ef80fb5 (patch)
tree038c5cfd832d5ce099be71b6fc1c4c12b26d728d /spec/support/builders.rb
parent384e922c166cd20141383d554ae9e6707e795b76 (diff)
downloadbundler-05fb395a0f013076fb6e628cf3cdadbc4ef80fb5.tar.gz
Fix Style/EmptyLinesAroundMethodBody
Diffstat (limited to 'spec/support/builders.rb')
-rw-r--r--spec/support/builders.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/support/builders.rb b/spec/support/builders.rb
index b5e044b67d..2c02327b3d 100644
--- a/spec/support/builders.rb
+++ b/spec/support/builders.rb
@@ -293,7 +293,6 @@ module Spec
s.cert_chain = [cert]
end
end
-
end
def build_repo(path, &blk)