aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/deprecate.rb
diff options
context:
space:
mode:
authorErick Sasse <esasse@gmail.com>2015-07-18 01:24:36 -0300
committerErick Sasse <esasse@gmail.com>2015-07-19 11:51:51 -0300
commit05cbfbad2ac487712b2a4e0d5f74624e12c4b050 (patch)
treeb819494649681449bdc0ffc096b4e38236de8cc2 /lib/bundler/deprecate.rb
parentda2e99ca795d7b20c3072dd2ca418406485220bc (diff)
downloadbundler-05cbfbad2ac487712b2a4e0d5f74624e12c4b050.tar.gz
Fix Style/Semicolon
Diffstat (limited to 'lib/bundler/deprecate.rb')
-rw-r--r--lib/bundler/deprecate.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/bundler/deprecate.rb b/lib/bundler/deprecate.rb
index dd17b8a5..d9f6b494 100644
--- a/lib/bundler/deprecate.rb
+++ b/lib/bundler/deprecate.rb
@@ -9,8 +9,8 @@ module Bundler
end
unless Deprecate.respond_to?(:skip_during)
- def Deprecate.skip_during;
- yield;
+ def Deprecate.skip_during
+ yield
end
end