Skip to content

Commit 41a7d09

Browse files
jonbarlohsbt
authored andcommitted
fix: extra space
1 parent 16ff377 commit 41a7d09

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

bundler/lib/bundler/settings.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -398,11 +398,10 @@ def set_key(raw_key, value, hash, file)
398398
return if hash[key] == value
399399

400400
hash[key] = value
401-
402401
hash.delete(key) if value.nil?
403402

404403
Validator.validate!(raw_key, converted_value(value, raw_key), hash)
405-
404+
406405
return unless file
407406

408407
SharedHelpers.filesystem_access(file.dirname, :create) do |p|

0 commit comments

Comments
 (0)