diff options
author | Colby Swandale <colby@taplaboratories.com> | 2017-04-17 00:56:16 +1000 |
---|---|---|
committer | Colby Swandale <colby@taplaboratories.com> | 2017-04-17 00:56:16 +1000 |
commit | fbbe313b80f5811e64b47414e06042c00b2ed3c2 (patch) | |
tree | 87ab423fe8e3b9ba9080ba379c25ed248a90dd84 /lib/bundler/dsl.rb | |
parent | d28eaf0af9b2bce389d5c71c2a1376a20a7358b6 (diff) | |
download | bundler-fbbe313b80f5811e64b47414e06042c00b2ed3c2.tar.gz |
fix whitespace
Diffstat (limited to 'lib/bundler/dsl.rb')
-rw-r--r-- | lib/bundler/dsl.rb | 4 |
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 |