summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColby Swandale <colby@taplaboratories.com>2017-04-17 00:56:16 +1000
committerColby Swandale <colby@taplaboratories.com>2017-04-17 00:56:16 +1000
commitfbbe313b80f5811e64b47414e06042c00b2ed3c2 (patch)
tree87ab423fe8e3b9ba9080ba379c25ed248a90dd84
parentd28eaf0af9b2bce389d5c71c2a1376a20a7358b6 (diff)
downloadbundler-fbbe313b80f5811e64b47414e06042c00b2ed3c2.tar.gz
fix whitespace
-rw-r--r--lib/bundler/dsl.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/bundler/dsl.rb b/lib/bundler/dsl.rb
index 99c956fa35..9330be7390 100644
--- a/lib/bundler/dsl.rb
+++ b/lib/bundler/dsl.rb
@@ -364,8 +364,8 @@ module Bundler
opts["source"] = source
end
- opts["source"] ||= @source
- opts["env"] ||= @env
+ opts["source"] ||= @source
+ opts["env"] ||= @env
opts["platforms"] = platforms.dup
opts["group"] = groups
opts["should_include"] = install_if