diff options
| author | Victor Koronen <koronen@kth.se> | 2015-08-08 17:17:08 +0200 |
|---|---|---|
| committer | Victor Koronen <koronen@kth.se> | 2015-08-14 12:29:44 +0200 |
| commit | 05fb395a0f013076fb6e628cf3cdadbc4ef80fb5 (patch) | |
| tree | 038c5cfd832d5ce099be71b6fc1c4c12b26d728d /spec/support/builders.rb | |
| parent | 384e922c166cd20141383d554ae9e6707e795b76 (diff) | |
| download | bundler-05fb395a0f013076fb6e628cf3cdadbc4ef80fb5.tar.gz | |
Fix Style/EmptyLinesAroundMethodBody
Diffstat (limited to 'spec/support/builders.rb')
| -rw-r--r-- | spec/support/builders.rb | 1 |
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) |
